Skip to content

Commit 8d6bf90

Browse files
Bump actions/checkout from 5 to 6 (#455)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7edeeb commit 8d6bf90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/check.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- { os: windows-2025, py: pypy3.11 }
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141
- name: "πŸ”„ Install the latest version of uv"
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-24.04
8181
needs: test
8282
steps:
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 0
8686
- name: "πŸ”„ Install the latest version of uv"
@@ -126,7 +126,7 @@ jobs:
126126
exclude:
127127
- { os: windows-2025, tox_env: pkg_meta }
128128
steps:
129-
- uses: actions/checkout@v5
129+
- uses: actions/checkout@v6
130130
with:
131131
fetch-depth: 0
132132
- name: "πŸ”„ Install the latest version of uv"

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
- name: "πŸ”„ Install the latest version of uv"

0 commit comments

Comments
Β (0)