From a5bd8865c63598087932338154174a436a107fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:37:15 +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 f63fb77..ca76806 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v5 - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}