Skip to content

Commit c8ac15c

Browse files
⬆️ Bump actions/setup-node from v2.1.3 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.3...c46424e) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a0d24d commit c8ac15c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: ${{ github.head_ref }}
1616
token: ${{ secrets.GH_PAT }}
1717
- name: Setup Node.js
18-
uses: actions/[email protected].3
18+
uses: actions/[email protected].4
1919
with:
2020
node-version: 14
2121
- name: Cache node modules

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/[email protected]
1313
- name: Setup Node.js
14-
uses: actions/[email protected].3
14+
uses: actions/[email protected].4
1515
with:
1616
node-version: 14
1717
- name: Initialize CodeQL

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/[email protected]
1414
- name: Setup Node.js
15-
uses: actions/[email protected].3
15+
uses: actions/[email protected].4
1616
with:
1717
node-version: 12
1818
- name: Cache node modules

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: ${{ github.head_ref }}
1616
token: ${{ secrets.GH_PAT }}
1717
- name: Setup Node.js
18-
uses: actions/[email protected].3
18+
uses: actions/[email protected].4
1919
with:
2020
node-version: 14
2121
- name: Cache node modules

0 commit comments

Comments
 (0)