Skip to content

Commit

Permalink
build: use actions/checkout@v2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 21, 2020
1 parent 1613ab1 commit e30f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit e30f222

Please sign in to comment.