Skip to content

Commit

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

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
konne authored Jan 6, 2024
2 parents f8407e9 + 2de73be commit 4b4e7a8
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@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nugetv1-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit 4b4e7a8

Please sign in to comment.