From e93df3fdeb18c7f58c862a4bbe52792f8b18add2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:02:42 +0000 Subject: [PATCH] chore(deps): 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/Build-Test-And-Deploy.yml | 4 ++-- .github/workflows/PR-Build-And-Test.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index cd27eeea..10a63632 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -33,7 +33,7 @@ jobs: cache-dependency-path: EssentialCSharp.Web/package-lock.json - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | @@ -65,7 +65,7 @@ jobs: id: buildx - name: Restore BuildKit cache mounts - uses: actions/cache@v5 + uses: actions/cache@v6 id: buildkit-cache with: path: buildkit-cache diff --git a/.github/workflows/PR-Build-And-Test.yml b/.github/workflows/PR-Build-And-Test.yml index f5fcc447..f98b951b 100644 --- a/.github/workflows/PR-Build-And-Test.yml +++ b/.github/workflows/PR-Build-And-Test.yml @@ -38,7 +38,7 @@ jobs: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | @@ -85,7 +85,7 @@ jobs: id: buildx - name: Restore BuildKit cache mounts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: buildkit-cache with: path: buildkit-cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 324e67af..4d6b5af8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b7f86478..881a890e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -34,7 +34,7 @@ jobs: node-version: '24' - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: |