Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.1 (#35)
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 Mar 27, 2023
1 parent 00661d7 commit b7f1c5d
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.0.11
- uses: actions/cache@v3.3.1
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.0.11
- uses: actions/cache@v3.3.1
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 @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0

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

0 comments on commit b7f1c5d

Please sign in to comment.