Skip to content

Commit

Permalink
CI: switch to actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 13, 2019
1 parent e54d1d4 commit 963f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Set Node.js version
uses: actions/setup-node@v1
Expand Down

0 comments on commit 963f961

Please sign in to comment.