mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Switch to actions/checkout@v4 (#31379)
This change also removes the use of `fetch-depth: 2` where it isn't necessary. These were likely copy-and-pasted from other workflows.
This commit is contained in:
parent
8faf6839d3
commit
2946fa83ec
11 changed files with 20 additions and 38 deletions
2
.github/workflows/try.yml
vendored
2
.github/workflows/try.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
sparse-checkout: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue