From dc9a40758ce1e44a44c882d1b21bc7949ca978bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:14:01 +0000 Subject: [PATCH] Update actions/cache digest to 0057852 --- .github/workflows/test-solution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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