mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update actions/checkout in GitHub Actions workflows to v3
Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
parent
dae8d221a1
commit
bc151643cf
6 changed files with 17 additions and 17 deletions
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
name: Upload nightly (Linux)
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Bootstrap
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
name: Upload nightly (macOS)
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
# TODO: Remove this step when the compatibility issue between mozjs and
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
name: Upload nightly (Windows)
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Copy to C drive
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
name: Upload nightly (UWP)
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Copy to C drive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue