File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v5
1313 - name : Install poetry
1414 run : pipx install poetry
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.11"
1919 - name : Install deps
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 deploy_docs :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Setup pnpm
18- uses : pnpm/action-setup@v2
18+ uses : pnpm/action-setup@v4
1919 - name : Setup Node.js
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : 18
2323 cache : pnpm
3131 git config --global lfs.allowincompletepush true
3232
3333 - name : Deploy
34- uses : peaceiris/actions-gh-pages@v3
34+ uses : peaceiris/actions-gh-pages@v4
3535 with :
3636 personal_token : ${{ secrets.PERSONAL_TOKEN }}
3737 external_repository : taskiq-python/taskiq-python.github.io
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 - mypy
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v5
2121 - name : Install poetry
2222 run : pipx install poetry
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.11"
2727 cache : " poetry"
@@ -37,11 +37,11 @@ jobs:
3737 os : [ubuntu-latest, windows-latest, macos-latest]
3838 runs-on : " ${{ matrix.os }}"
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v5
4141 - name : Install poetry
4242 run : pipx install poetry
4343 - name : Set up Python
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : " ${{ matrix.py_version }}"
4747 cache : " poetry"
You can’t perform that action at this time.
0 commit comments