Skip to content

Commit e1b22a6

Browse files
Merge pull request #178 from CheckmarxDev/dependabot/github_actions/actions/setup-node-3.4.1
Bump actions/setup-node from 3.4.0 to 3.4.1
2 parents 123b838 + 2893d31 commit e1b22a6

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@v3
99
- name: Use Node.js 14
10-
uses: actions/setup-node@v3.4.0
10+
uses: actions/setup-node@v3.4.1
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
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- name: Set env
1616
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
17-
- uses: actions/setup-node@v3.4.0
17+
- uses: actions/setup-node@v3.4.1
1818
with:
1919
node-version: 10
2020
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)