Skip to content

Commit ba59590

Browse files
build(deps): Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 bc15671 commit ba59590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
runs-on: depot-ubuntu-latest
233233
timeout-minutes: 10
234234
steps:
235-
- uses: actions/checkout@v4
235+
- uses: actions/checkout@v6
236236
- name: Install uv
237237
uses: astral-sh/setup-uv@v7
238238
with:
@@ -336,7 +336,7 @@ jobs:
336336
timeout-minutes: 15
337337
continue-on-error: true
338338
steps:
339-
- uses: actions/checkout@v4
339+
- uses: actions/checkout@v6
340340
- name: Install uv
341341
uses: astral-sh/setup-uv@v7
342342
with:

0 commit comments

Comments
 (0)