Skip to content

Commit 6ec90db

Browse files
Bump actions/checkout from 4 to 5
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]>
1 parent 69eead7 commit 6ec90db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { name: "3.9-ipython8", python: "3.9", tox: py39-ipython8 }
1717
- { name: "3.13-ipython8", python: "3.13", tox: py13-ipython8 }
1818
steps:
19-
- uses: actions/checkout@v4.0.0
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python }}
@@ -27,7 +27,7 @@ jobs:
2727
name: Build package
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: "3.13"
@@ -50,7 +50,7 @@ jobs:
5050
if: startsWith(github.ref, 'refs/tags')
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@v4.0.0
53+
- uses: actions/checkout@v5
5454
- uses: actions/setup-python@v5
5555
with:
5656
python-version: "3.13"

0 commit comments

Comments
 (0)