Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.3 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 9434997 commit 6b67b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 2

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172

- uses: actions/[email protected].2
- uses: actions/[email protected].3
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down

0 comments on commit 6b67b23

Please sign in to comment.