Skip to content

Commit b4d1ce7

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
autofix:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v6
1616
with:

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
BENCHER_TESTBED: self-hosted
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
2424
- name: Setup Node.js

0 commit comments

Comments
 (0)