mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI: Use checkout@v3
Also restrict ourselves to shallow clones for the Build workflow.
This commit is contained in:
parent
4870147ac4
commit
df32f042e7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -27,9 +27,10 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
- name: Set environment variables
|
||||
|
||||
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run: sudo apt install python3
|
||||
shell: bash
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# Assume that there are not >200 new commits that need checking
|
||||
fetch-depth: 200
|
||||
|
||||
Loading…
Reference in New Issue
Block a user