From cdee0cddee800040287b5fe116a51f9e0224b728 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:14:28 +0000 Subject: [PATCH] chore(ci): update actions/cache action to v5.1.0 --- .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 e9dca8c0..f940a2f6 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}