Skip to content

Commit 7a89f37

Browse files
Bump actions/setup-node from v2.1.2 to v2.1.3
1 parent d10b56f commit 7a89f37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/[email protected]
13-
- uses: actions/[email protected].2
13+
- uses: actions/[email protected].3
1414
with:
1515
node-version: 12
1616
- run: npm install
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/[email protected]
24-
- uses: actions/[email protected].2
24+
- uses: actions/[email protected].3
2525
with:
2626
node-version: 12
2727
registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/[email protected]
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm install

0 commit comments

Comments
 (0)