Skip to content

Commit e7f970a

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (#676)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 206a1e7 commit e7f970a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- '3.14'
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- uses: actions/setup-python@v6
3434
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-24.04
5858
needs: tests
5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161

6262
- uses: actions/setup-python@v6
6363
with:

0 commit comments

Comments
 (0)