mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 16:57:09 +08:00
fix: ci warning
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
807da7e902
commit
66e3160f17
4
.github/workflows/CI.yaml
vendored
4
.github/workflows/CI.yaml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
testing:
|
testing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: install python 3.9
|
- name: install python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
cache: "pip" # caching pip dependencies
|
cache: "pip" # caching pip dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user