Skip to content

Commit 04a914a

Browse files
chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#10956)
1 parent f1ae805 commit 04a914a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: ubuntu-latest-node-12.x-yarn-${{ hashFiles('**/yarn.lock') }}
3333
restore-keys: |
3434
ubuntu-latest-node-12.x-yarn-
35-
- uses: actions/[email protected].3
35+
- uses: actions/[email protected].4
3636
with:
3737
node-version: 12.x
3838
- name: install
@@ -76,7 +76,7 @@ jobs:
7676
restore-keys: |
7777
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-
7878
- name: Use Node.js ${{ matrix.node-version }}
79-
uses: actions/[email protected].3
79+
uses: actions/[email protected].4
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
- name: install
@@ -117,7 +117,7 @@ jobs:
117117
restore-keys: |
118118
${{ runner.os }}-node-14.x-yarn-
119119
- name: Use Node.js 14.x
120-
uses: actions/[email protected].3
120+
uses: actions/[email protected].4
121121
with:
122122
node-version: 14.x
123123
- name: install

0 commit comments

Comments
 (0)