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:
Robert Adam 2024-04-06 17:17:17 +02:00
parent d49be051b0
commit fa8734747f

View File

@ -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 }}