Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 27, 2022
1 parent 160a011 commit 6030ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0

- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0

- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down

0 comments on commit 6030ea3

Please sign in to comment.