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 08d3db2 commit b9c17ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v1
with:
fetch-depth: 5
uses: actions/checkout@v2

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

0 comments on commit b9c17ef

Please sign in to comment.