Skip to content

Commit 08f335c

Browse files
Bump actions/checkout from 4 to 5 (#2019)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4154015 commit 08f335c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--user
3232
tox
3333
- name: Check out src from Git
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0 # needed by setuptools-scm
3737
- name: Build dists

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix: ${{ fromJson(needs.pre.outputs.matrix) }}
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0 # needed by setuptools-scm
5757

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-24.04
143143
steps:
144144
# checkout needed for codecov action which needs codecov.yml file
145-
- uses: actions/checkout@v4
145+
- uses: actions/checkout@v5
146146

147147
- name: Set up Python
148148
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)