From 545f600eca9ddceedcb310f5a29cbb65ef91ccbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:22:56 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/actions/build-and-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-and-test/action.yml b/.github/actions/build-and-test/action.yml index 4fd91b7f..98df518b 100644 --- a/.github/actions/build-and-test/action.yml +++ b/.github/actions/build-and-test/action.yml @@ -46,7 +46,7 @@ runs: dotnet-version: 8.0.x - name: NuGet Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj') }}