Skip to content

Commit 695306a

Browse files
build(deps): bump actions/checkout from 5 to 6 (#537)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 bb52a45 commit 695306a

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
@@ -17,7 +17,7 @@ jobs:
1717
- { name: "3.13", python: "3.13", tox: py313 }
1818
- { name: "lowest", python: "3.9", tox: py39-lowest }
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python }}
@@ -31,7 +31,7 @@ jobs:
3131
name: Build package
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.11"
@@ -54,7 +54,7 @@ jobs:
5454
if: startsWith(github.ref, 'refs/tags')
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: actions/setup-python@v6
5959
with:
6060
python-version: "3.11"

0 commit comments

Comments
 (0)