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:
parent
32a5bcda3d
commit
333090d36e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue