From 8eea955dbeb9f11a79b75a633528ca683e9c5388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:12:28 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f7b370..c723002 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: dotnet-version: 8.0.x - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj') }} path: ${{ env.NUGET_PACKAGES }}