From f122349c6b281122a7aace1e58995a1d3abd416f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:59:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 534680f..5bcfd4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7baea0..5f9abb3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file