mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI(github-actions): Upgrade to Node 20 actions
The v3 actions are based on Node 16 and are therefore deprecated.
This commit is contained in:
parent
d49be051b0
commit
fa8734747f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
outputs:
|
||||
build_number: ${{ steps.fetch.outputs.build_number }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- id: fetch
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 1
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: '${{ env.MUMBLE_BUILD_ENV_PATH }}'
|
||||
key: ${{ env.MUMBLE_ENVIRONMENT_VERSION }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user