From fa8734747fd2bfc807d5f8776604d7602d64d7ef Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sat, 6 Apr 2024 17:17:17 +0200 Subject: [PATCH] CI(github-actions): Upgrade to Node 20 actions The v3 actions are based on Node 16 and are therefore deprecated. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c598f373238..f405d32123f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}