Skip to content

Commit d125d73

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 646ff91 commit d125d73

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
@@ -22,7 +22,7 @@ jobs:
2222
git config --global user.name "Your Name"
2323
2424
- name: Use Node.js 14
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].3
2626
with:
2727
node-version: 14
2828
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
@@ -65,7 +65,7 @@ jobs:
6565
git config user.email [email protected]
6666
6767
# SETUP NODE
68-
- uses: actions/[email protected].2
68+
- uses: actions/[email protected].3
6969
with:
7070
node-version: 10
7171
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)