Skip to content

Commit

Permalink
CI: switch to actions/checkout@v2 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and emedvedev committed Jan 10, 2020
1 parent c5d494b commit a2409a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,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 a2409a6

Please sign in to comment.