Skip to content

Commit

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

Bump actions/cache from 2.1.7 to 3.0.2
  • Loading branch information
konne authored May 13, 2022
2 parents 34c848a + 1d345f5 commit b326c41
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/setup-msbuild@v1

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

0 comments on commit b326c41

Please sign in to comment.