From 0df6ff8cda6e5061bcf393b491f5bdcd00f9048c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Dec 2025 21:39:47 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 628377cef7..b0f4d827db 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -54,7 +54,7 @@ jobs: dotnet-version: 10.0.x - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.nuget/packages @@ -69,7 +69,7 @@ jobs: uses: docker/setup-docker-action@v4.6.0 - name: Cache Playwright Browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: |