Skip to content

Commit 1f74df5

Browse files
chore: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <[email protected]>
1 parent 9d50602 commit 1f74df5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ["20", "22", "24"]
2121
fail-fast: false
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Setup Node.js ${{ matrix.node-version }} and Cache
2525
uses: actions/setup-node@v4
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
needs: build
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
- name: Setup Node.js ${{env.default_node_version}} and Cache
4343
uses: actions/setup-node@v4
4444
with:
@@ -59,7 +59,7 @@ jobs:
5959
name: Build
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v6
6363
- name: Setup Node.js ${{env.default_node_version}} and Cache
6464
uses: actions/setup-node@v4
6565
with:
@@ -76,7 +76,7 @@ jobs:
7676
name: Lint
7777
runs-on: ubuntu-latest
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080
- name: Setup Node.js ${{env.default_node_version}} and Cache
8181
uses: actions/setup-node@v4
8282
with:

0 commit comments

Comments
 (0)