Skip to content

Commit f89b7cc

Browse files
chore(deps): update actions/checkout action to v6 (#532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab99519 commit f89b7cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
autofix:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- run: npm i -fg corepack && corepack enable
1010
- uses: actions/setup-node@v6
1111
with: { node-version-file: ".nvmrc", cache: pnpm }

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- run: npm i -g --force corepack && corepack enable
1313
- uses: actions/setup-node@v6
1414
with: { node-version-file: ".nvmrc", cache: pnpm }
@@ -25,7 +25,7 @@ jobs:
2525
needs: tests
2626
if: contains('refs/heads/main', github.ref) && github.event_name == 'push'
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with: { fetch-depth: 0 }
3030
- run: npm i -fg corepack && corepack enable
3131
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)