Skip to content

Commit 7c8cf00

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 7b6a05c commit 7c8cf00

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
@@ -224,7 +224,7 @@ jobs:
224224
runs-on: depot-ubuntu-latest
225225
timeout-minutes: 10
226226
steps:
227-
- uses: actions/checkout@v4
227+
- uses: actions/checkout@v6
228228
- name: Install uv
229229
uses: astral-sh/setup-uv@v7
230230
with:
@@ -344,7 +344,7 @@ jobs:
344344
timeout-minutes: 15
345345
continue-on-error: true
346346
steps:
347-
- uses: actions/checkout@v4
347+
- uses: actions/checkout@v6
348348
- name: Install uv
349349
uses: astral-sh/setup-uv@v7
350350
with:

0 commit comments

Comments
 (0)