Skip to content

Commit

Permalink
Merge pull request #233 from gitfool/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 20, 2024
2 parents 9012940 + 1bb2f06 commit 8e0346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
show-progress: false

- name: Cache packages
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand Down

0 comments on commit 8e0346c

Please sign in to comment.