Skip to content

Commit bfc7d65

Browse files
Bump actions/setup-node from 4.0.2 to 4.0.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6edbb51 commit bfc7d65

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
@@ -16,7 +16,7 @@ jobs:
1616
git lfs install
1717
1818
- name: Use Node.js 14
19-
uses: actions/[email protected].2
19+
uses: actions/[email protected].3
2020
with:
2121
node-version: 14
2222
registry-url: https://npm.pkg.github.com/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
git config user.email [email protected]
6767
6868
# SETUP NODE
69-
- uses: actions/[email protected].2
69+
- uses: actions/[email protected].3
7070
with:
7171
node-version: 14
7272
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)