Skip to content

Commit

Permalink
Merge pull request #170 from XAMLMarkupExtensions/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-4.0.1

build(deps): bump actions/cache from 3.3.2 to 4.0.1
  • Loading branch information
konne authored Mar 13, 2024
2 parents 534406c + b1f3aaa commit bf06c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: microsoft/[email protected]

- name: Cache Nuget
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nugetv1-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit bf06c0b

Please sign in to comment.