mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Upload docs to GitHub Pages
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue