Skip to content

Commit

Permalink
chore(ci): update to actions/checkoutv2
Browse files Browse the repository at this point in the history
Improved performance: fetches only a single commit by default.

https://github.com/actions/checkout#whats-new
  • Loading branch information
DirtyF committed Jan 16, 2020
1 parent 32a5bcd commit 333090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 5
- name: Set up Ruby 2.6
Expand Down

0 comments on commit 333090d

Please sign in to comment.