diff --git a/.github/workflows/sonar-scan-pr-status-check.yml b/.github/workflows/sonar-scan-pr-status-check.yml index 7f7b4d2..e28924f 100644 --- a/.github/workflows/sonar-scan-pr-status-check.yml +++ b/.github/workflows/sonar-scan-pr-status-check.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/sonar/cache key: ${{ runner.os }}-sonar @@ -40,7 +40,7 @@ jobs: - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./.sonar/scanner key: ${{ runner.os }}-sonar-scanner