diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7129429..3a91dea 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar @@ -34,7 +34,7 @@ jobs: - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner