chore(ci): update to actions/checkoutv2

Improved performance: fetches only a single commit by default.

https://github.com/actions/checkout#whats-new
This commit is contained in:
Frank Taillandier 2020-01-16 20:30:05 +01:00 committed by GitHub
parent 32a5bcda3d
commit 333090d36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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