Skip to content

Commit 308f43b

Browse files
build(deps): 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 cc11da8 commit 308f43b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
python-version: ['3.13']
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
4141
- '3.13'
4242
fail-fast: false
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)