Skip to content

Commit

Permalink
Merge pull request #70 from zone117x/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
zone117x authored Jan 17, 2024
2 parents a89c027 + f45b581 commit 4ce1236
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/cache@v3.3.3
- uses: actions/cache@v4.0.0
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/cache@v3.3.3
- uses: actions/cache@v4.0.0
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/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down

0 comments on commit 4ce1236

Please sign in to comment.