Skip to content

Commit 1a51324

Browse files
Merge pull request #580 from CheckmarxDev/dependabot/github_actions/actions/setup-node-4.0.2
Bump actions/setup-node from 4.0.1 to 4.0.2
2 parents 32779a6 + 2ff1ca0 commit 1a51324

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
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- name: Use Node.js 14
10-
uses: actions/setup-node@v4.0.1
10+
uses: actions/setup-node@v4.0.2
1111
with:
1212
node-version: 14
1313
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
@@ -61,7 +61,7 @@ jobs:
6161
git config user.email github-actions@github.com
6262
6363
# SETUP NODE
64-
- uses: actions/setup-node@v4.0.1
64+
- uses: actions/setup-node@v4.0.2
6565
with:
6666
node-version: 10
6767
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)