mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01: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
4
.github/workflows/scheduled-wpt-import.yml
vendored
4
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -28,9 +28,7 @@ jobs:
|
|||
- "linux"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wpt-full-logs-linux-layout-2013
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue