From 1426a8230a2642f6ce137b741e79ec1d823248b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:03:23 +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/build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 579efe8a4..35cea4524 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -49,7 +49,7 @@ jobs: run: echo "lfs_key=$LFS_KEY" >> "$GITHUB_OUTPUT" - name: Git Setup LFS Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: ${{ steps.expose-key.outputs.lfs_key }} @@ -144,7 +144,7 @@ jobs: # Use the warmed key from WarmLFS. Do not recompute or recreate .lfs-assets-id here. - name: Git Setup LFS Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: ${{ needs.WarmLFS.outputs.lfs_key }} @@ -157,7 +157,7 @@ jobs: uses: NuGet/setup-nuget@v2 - name: NuGet Setup Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: ~/.nuget @@ -243,7 +243,7 @@ jobs: uses: NuGet/setup-nuget@v2 - name: NuGet Setup Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: ~/.nuget