From 8ad37b9d9f92017e940be4f9ada5636b5f0c727e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:20:01 +0000 Subject: [PATCH] Bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-ci.yml | 2 +- .github/workflows/dotnet-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 228124f..d653acf 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -31,7 +31,7 @@ jobs: with: dotnet-version: 6.0.x - - uses: actions/cache@v3 + - 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/dotnet-pr.yml b/.github/workflows/dotnet-pr.yml index b8af493..3562b19 100644 --- a/.github/workflows/dotnet-pr.yml +++ b/.github/workflows/dotnet-pr.yml @@ -33,7 +33,7 @@ jobs: env: NUGET_AUTH_TOKEN: ${{ secrets.GPR_READ_TOKEN }} - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file