Skip to content

Commit 771b3fe

Browse files
authored
Merge pull request #97 from dev-protocol/use-actions-v2
use v2 with actions/checkout and actions/setup-node
2 parents a6b759a + 334585c commit 771b3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
node-version: [12.x]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515

1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v2
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020

0 commit comments

Comments
 (0)