Skip to content

Commit d34c1a6

Browse files
chore(deps): update actions/checkout action to v7 (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4af0adb commit d34c1a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
13+
- uses: actions/checkout@v7
1414
- uses: pnpm/action-setup@v6
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@v6
21+
uses: actions/checkout@v7
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:

0 commit comments

Comments
 (0)