From 2c0ab1df41b730238166dd6f7b4f00631f166302 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Fri, 5 Jul 2024 18:59:32 +0200 Subject: [PATCH] ci: upgrade cache action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8a399e..65027c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # https://docs.sonarqube.org/latest/analysis/github-integration/ - name: Cache SonarQube packages if: ${{ inputs.sonarqube == true }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar