From 462547ca32c2e6d3b133072f4c30216afb95dd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:00:51 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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-and-release-optimized.yml | 2 +- .github/workflows/build-dev-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release-optimized.yml b/.github/workflows/build-and-release-optimized.yml index e702108..521d792 100644 --- a/.github/workflows/build-and-release-optimized.yml +++ b/.github/workflows/build-and-release-optimized.yml @@ -45,7 +45,7 @@ jobs: # OPTIMIZATION: Manual NuGet package caching - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }} diff --git a/.github/workflows/build-dev-preview.yml b/.github/workflows/build-dev-preview.yml index 2c97330..7b566b4 100644 --- a/.github/workflows/build-dev-preview.yml +++ b/.github/workflows/build-dev-preview.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 # Full history for proper version detection - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}