Skip to content

Commit

Permalink
Merge pull request #154 from y-iihoshi/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
y-iihoshi authored Feb 23, 2024
2 parents 1b0ec25 + 8c21700 commit 69ea54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pip install -r ManualGenerator/requirements.txt
- name: Cache NuGet packages
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ inputs.dotnet-target-framework }}-${{ hashFiles('**/*.csproj') }}
Expand Down

0 comments on commit 69ea54b

Please sign in to comment.