From dd0b4d928cd4308d3b53b690f1f83f7143893513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:39:51 +0000 Subject: [PATCH] chore(ci): update actions/cache action to v6 --- .github/workflows/build-dotnet-fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dotnet-fast.yml b/.github/workflows/build-dotnet-fast.yml index d65342f8..6773e712 100644 --- a/.github/workflows/build-dotnet-fast.yml +++ b/.github/workflows/build-dotnet-fast.yml @@ -88,7 +88,7 @@ jobs: global-json-file: ./global.json - name: NuGet cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}