mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 23:19:35 +02:00
Update checkout action for Github Actions master builds
This commit is contained in:
parent
a7797040a1
commit
23b3773dda
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
||||||
rm -rf ~/overte-files
|
rm -rf ~/overte-files
|
||||||
rm -rf ~/.cache
|
rm -rf ~/.cache
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
Loading…
Reference in a new issue