Skip to content

Commit 7dbf6a0

Browse files
chore(deps): update actions/setup-node action to v2.1.4 (#729)
1 parent 62eb0e4 commit 7dbf6a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ubuntu-latest-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: |
3030
ubuntu-latest-node-14.x-yarn-
31-
- uses: actions/[email protected].2
31+
- uses: actions/[email protected].4
3232
with:
3333
node-version: 14.x
3434
- name: install

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
ubuntu-latest-node-12.x-yarn-
3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/[email protected].2
37+
uses: actions/[email protected].4
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
- name: install with eslint v${{matrix.eslint-version }}
@@ -71,7 +71,7 @@ jobs:
7171
key: ${{ runner.os }}-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
7272
restore-keys: |
7373
${{ runner.os }}-node-14.x-yarn-
74-
- uses: actions/[email protected].2
74+
- uses: actions/[email protected].4
7575
with:
7676
node-version: 14.x
7777
- name: install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: ubuntu-latest-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
2323
restore-keys: |
2424
ubuntu-latest-node-14.x-yarn-
25-
- uses: actions/[email protected].2
25+
- uses: actions/[email protected].4
2626
with:
2727
node-version: 14.x
2828
- name: install

0 commit comments

Comments
 (0)