Skip to content

Commit 12be811

Browse files
authored
Update main.yml
1 parent f3628f2 commit 12be811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2.3.4
1414
- name: Setup Node.js for use with actions
15-
uses: actions/setup-node@v1.1.0
15+
uses: actions/setup-node@v2.1.2
1616
with:
1717
version: 12.0.0
1818
- run: yarn install

0 commit comments

Comments
 (0)