Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 3bfa433

Browse files
Bump actions/checkout from 2.3.5 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3dd36c5 commit 3bfa433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node: 14.x
4646
cmd: pnpm run sane-fmt -- --log-format=github-actions --details=diff
4747
steps:
48-
- uses: actions/checkout@v2.3.5
48+
- uses: actions/checkout@v3
4949
- name: Use Node.js ${{ matrix.vars.node }}
5050
uses: actions/setup-node@v3
5151
with:

0 commit comments

Comments
 (0)