Skip to content

Commit df80e17

Browse files
authored
Update build.yml
1 parent e6702dc commit df80e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@master
13+
uses: actions/checkout@v2
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@master
16+
uses: actions/setup-node@v1
1717
with:
1818
node-version: 12.x
1919

0 commit comments

Comments
 (0)