Skip to content

Commit

Permalink
CI: switch to actions/checkout@v2 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 13, 2019
1 parent 9bd65a3 commit 3e6faca
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 @@ -9,7 +9,7 @@ jobs:

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

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

0 comments on commit 3e6faca

Please sign in to comment.