This repository was archived by the owner on Feb 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 with :
1212 key : ${{ secrets.DOKKUSD_BRANCH_SSH_PRIVATE_KEY }}
1313 known_hosts : ${{ vars.DOKKUSD_BRANCH_SSH_KEYSCAN }}
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 with :
1616 submodules : recursive
1717 fetch-depth : 0
1818 - name : Setup python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.11
2222 architecture : x64
Original file line number Diff line number Diff line change 1313 key : ${{ secrets.DOKKUSD_BRANCH_SSH_PRIVATE_KEY }}
1414 known_hosts : ${{ vars.DOKKUSD_BRANCH_SSH_KEYSCAN }}
1515 - name : Setup python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : 3.11
1919 architecture : x64
Original file line number Diff line number Diff line change 55 lint :
66 runs-on : ubuntu-22.04
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v4
99 - name : Setup python
10- uses : actions/setup-python@v2
10+ uses : actions/setup-python@v5
1111 with :
1212 python-version : 3.11
1313 architecture : x64
You can’t perform that action at this time.
0 commit comments