Skip to content

Commit 670a626

Browse files
Update actions/checkout action to v7 (#2828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52f5e02 commit 670a626

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bench-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
id: checkout
2222
with:
2323
# Full history so the script can git-archive the base branch.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
self-lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- uses: pnpm/action-setup@v6
1818
with:
1919
run_install: false
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [20.x, 22.x, 24.x]
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- uses: pnpm/action-setup@v6
3939
with:
4040
run_install: false

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
attestations: write
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
- uses: pnpm/action-setup@v6
3131
- uses: actions/setup-node@v6
3232
with:

0 commit comments

Comments
 (0)