Skip to content

Commit 98cef0d

Browse files
Bump actions/setup-node from v2.1.4 to v2.1.5
1 parent 9de6dc0 commit 98cef0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
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].4
13+
- uses: actions/[email protected].5
1414
with:
1515
node-version: 12
1616
- run: npm install
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/[email protected].4
23+
- uses: actions/[email protected].5
2424
with:
2525
node-version: 12
2626
- run: npm install

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
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].4
13+
- uses: actions/[email protected].5
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].4
24+
- uses: actions/[email protected].5
2525
with:
2626
node-version: 12
2727
registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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].4
15+
uses: actions/[email protected].5
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm install

0 commit comments

Comments
 (0)