From 2bab0baf69e98fe34edc416b45c8578d842f9c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:29:57 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 in /.github/workflows 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/alpha.yml | 2 +- .github/workflows/canary.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ab9c615..a917bdb 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -95,7 +95,7 @@ jobs: - name: Cache NuGet packages if: ${{ needs.select-runner.outputs.runner == 'windows-latest' }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/Snap.Hutao.csproj') }} diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index d4a0667..b63c75a 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -59,7 +59,7 @@ jobs: - name: Cache NuGet packages if: ${{ steps.merge.outputs.continue == 'true' }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/Snap.Hutao.csproj') }}