File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 environment : release
1919 runs-on : ubuntu-24.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-python@v5
2323
2424 - name : Upgrade Python toolchain
Original file line number Diff line number Diff line change 4343 run : python3 -m pip install --user "tox>=4.0.0"
4444
4545 - name : Check out src from Git
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0 # needed by setuptools-scm
4949 submodules : true
Original file line number Diff line number Diff line change 5252 # which might confuse users.
5353 GITHUB_ACTIONS_TEST : " true"
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - name : Self test 1 # Test without explicit ref - fallback to main
5757 uses : ./
5858 with :
9595 # proof that we failed to catch a bug by not running it. Using
9696 # distribution should be preferred instead of custom builds.
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v5
9999 with :
100100 fetch-depth : 0 # needed by setuptools-scm
101101 submodules : true
@@ -185,7 +185,7 @@ jobs:
185185
186186 steps :
187187 - name : Checkout repository
188- uses : actions/checkout@v4
188+ uses : actions/checkout@v5
189189
190190 # Initializes the CodeQL tools for scanning.
191191 - name : Initialize CodeQL
@@ -221,7 +221,7 @@ jobs:
221221
222222 steps :
223223 # checkout needed for codecov action which needs codecov.yml file
224- - uses : actions/checkout@v4
224+ - uses : actions/checkout@v5
225225
226226 - name : Set up Python # likely needed for coverage
227227 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments