Skip to content

Commit a4ec075

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#5724)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dd1ebe commit a4ec075

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ["20", "22", "24"]
2525
fail-fast: false
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v6
3030
with:
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
comment_file: ".tmp-comment-flamegraph-node${{ matrix.node-version }}.md"
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
- name: Use Node.js ${{ matrix.node-version }}
4949
uses: actions/setup-node@v6
5050
with:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
linter:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Use Node.js 22
2626
uses: actions/setup-node@v6
2727
with:

.github/workflows/tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: ["20", "22", "24"]
3131
fail-fast: false
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v6
3636
with:
@@ -51,7 +51,7 @@ jobs:
5151
os: [ubuntu-latest]
5252
node-version: ["22"]
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
- name: Use Node.js ${{ matrix.node-version }}
5656
uses: actions/setup-node@v6
5757
with:

0 commit comments

Comments
 (0)