Skip to content

Commit 4a63519

Browse files
Bump actions/checkout from 4 to 5 (#4718)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7a4236 commit 4a63519

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/tox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)