Skip to content

Commit c39aa51

Browse files
dependabot[bot]lafrech
authored andcommitted
Bump actions/checkout from 5 to 6
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] <support@github.com>
1 parent cd53e78 commit c39aa51

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
@@ -19,7 +19,7 @@ jobs:
1919
- { name: "mypy-ma3", python: "3.13", tox: mypy-marshmallow3 }
2020
- { name: "mypy-madev", python: "3.13", tox: mypy-marshmallowdev }
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python }}
@@ -29,7 +29,7 @@ jobs:
2929
name: Build package
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.13"
@@ -52,7 +52,7 @@ jobs:
5252
if: startsWith(github.ref, 'refs/tags')
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.13"

0 commit comments

Comments
 (0)