diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index dbcf0b0..1e0e70f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,14 +40,14 @@ jobs: - name: Restore Packages run: dotnet restore "${{ env.solution-path }}" - - uses: actions/cache@v4 + - uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner