mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02: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:
@@ -17,7 +17,7 @@ jobs:
|
||||
cd servo
|
||||
git fetch origin pull/${{ github.event.pull_request.number}}/head:pr --depth ${{ env.PR_FETCH_DEPTH }}
|
||||
- name: Check out wpt
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: wpt
|
||||
repository: 'web-platform-tests/wpt'
|
||||
|
||||
Reference in New Issue
Block a user