Merge pull request #15 from wangdage12/dependabot/github_actions/dot-github/workflows/actions/cache-5

Bump actions/cache from 4 to 5 in /.github/workflows
This commit is contained in:
wangdage12
2025-12-17 20:20:38 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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') }}

View File

@@ -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') }}