Skip to content

Commit aa6540e

Browse files
chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2 (#682)
1 parent 081fc8f commit aa6540e

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-12.x-yarn-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: |
3030
ubuntu-latest-node-12.x-yarn-
31-
- uses: actions/[email protected].1
31+
- uses: actions/[email protected].2
3232
with:
3333
node-version: 12.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].1
37+
uses: actions/[email protected].2
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
- name: install with eslint v${{matrix.eslint-version }}
@@ -73,7 +73,7 @@ jobs:
7373
hashFiles('**/yarn.lock') }}
7474
restore-keys: |
7575
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-
76-
- uses: actions/[email protected].1
76+
- uses: actions/[email protected].2
7777
with:
7878
node-version: 12.x
7979
- name: install

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)