diff --git a/.github/workflows/test-solution.yml b/.github/workflows/test-solution.yml index 5a8e6a77..ca4868cf 100644 --- a/.github/workflows/test-solution.yml +++ b/.github/workflows/test-solution.yml @@ -35,7 +35,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} - name: Cache NuGet packages and dotnet tools - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.nuget/packages @@ -45,7 +45,7 @@ jobs: ${{ runner.os }}-nuget- - name: Cache SonarCloud packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar