From c19531fe3b8917f1b63bd946d056e84e53edb8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:08:12 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/Code-Analysis.yml | 2 +- .github/workflows/LocalesTest.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Code-Analysis.yml b/.github/workflows/Code-Analysis.yml index c1a8a10b..5c753c77 100644 --- a/.github/workflows/Code-Analysis.yml +++ b/.github/workflows/Code-Analysis.yml @@ -19,7 +19,7 @@ jobs: with: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/LocalesTest.yml b/.github/workflows/LocalesTest.yml index 259d1292..b1fd2056 100644 --- a/.github/workflows/LocalesTest.yml +++ b/.github/workflows/LocalesTest.yml @@ -20,7 +20,7 @@ jobs: with: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 698e2fd3..dafb7eeb 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -40,7 +40,7 @@ jobs: dotnet --info dotnet --version - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: |