diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88524de..0aa5537 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,14 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarQube Cloud packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarQube Cloud scanner id: cache-sonar-scanner - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ runner.temp }}\scanner key: ${{ runner.os }}-sonar-scanner