From 5f63724a043fdf6240ded454e885b60b46e9d032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:28:27 +0000 Subject: [PATCH] Chore: Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 48717e5ec7..539742f5a5 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -93,7 +93,7 @@ jobs: # CACHING - speeds up repeat runs significantly # ================================================================ - name: Cache NuGet packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: packages key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/packages.config', '**/Directory.Packages.props', 'nuget.config') }} @@ -101,7 +101,7 @@ jobs: nuget-${{ runner.os }}- - name: Cache Serena language servers - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/serena