Skip to content

Commit 2d6be48

Browse files
dependabot[bot]lafrech
authored andcommitted
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d859e00 commit 2d6be48

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.9", tox: py39-lowest }
2323
- { name: "3.13-madev", python: "3.13", tox: py313-marshmallowdev }
2424
steps:
25-
- uses: actions/checkout@v4.2.2
25+
- uses: actions/checkout@v5.0.0
2626
- uses: actions/setup-python@v5
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@v4.2.2
35+
- uses: actions/checkout@v5.0.0
3636
- uses: actions/setup-python@v5
3737
with:
3838
python-version: "3.13"
@@ -55,7 +55,7 @@ jobs:
5555
if: startsWith(github.ref, 'refs/tags')
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4.2.2
58+
- uses: actions/checkout@v5.0.0
5959
- uses: actions/setup-python@v5
6060
with:
6161
python-version: "3.13"

0 commit comments

Comments
 (0)