Skip to content

Commit c959e04

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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>
1 parent e974cd0 commit c959e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Node.js ${{ matrix.node }}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v6
3030

3131
- uses: actions/setup-node@v3.4.1
3232
name: Installing Node.js v${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Publish NPM
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v6
2323

2424
- uses: actions/setup-node@v3.4.1
2525
name: Installing Node.js v14.x

0 commit comments

Comments
 (0)