Skip to content

Commit 6e89da2

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#1002)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa2328f commit 6e89da2

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
@@ -22,7 +22,7 @@ jobs:
2222
- { name: "lowest", python: "3.10", tox: py310-lowest }
2323
- { name: "3.14-madev", python: "3.14", tox: py314-marshmallowdev }
2424
steps:
25-
- uses: actions/checkout@v6.0.0
25+
- uses: actions/checkout@v6.0.1
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python }}
@@ -32,7 +32,7 @@ jobs:
3232
name: Build package
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v6.0.0
35+
- uses: actions/checkout@v6.0.1
3636
- uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.14"
@@ -55,7 +55,7 @@ jobs:
5555
if: startsWith(github.ref, 'refs/tags')
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v6.0.0
58+
- uses: actions/checkout@v6.0.1
5959
- uses: actions/setup-python@v6
6060
with:
6161
python-version: "3.14"

0 commit comments

Comments
 (0)