Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
y-iihoshi authored Mar 10, 2024
2 parents 69ea54b + 90c044c commit 767a2f9
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@v4.0.0
uses: actions/cache@v4.0.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ inputs.dotnet-target-framework }}-${{ hashFiles('**/*.csproj') }}
Expand Down

0 comments on commit 767a2f9

Please sign in to comment.