mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-02 10:45:24 -05:00
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:
committed by
GitHub
parent
32a5bcda3d
commit
333090d36e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user