Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.0 (#2315)
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] committed Mar 9, 2023
1 parent fb205f1 commit 202a36a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'

- name: Cache local Maven repository
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
cache-name: cache-mvn
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '17'

- name: Cache local Maven repository
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
cache-name: cache-mvn
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
java-version: '17'

- name: Cache local Maven repository
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
cache-name: cache-mvn
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '17'

- name: Cache local Maven repository
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
cache-name: cache-mvn
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Cache local Maven repository
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
env:
cache-name: cache-mvn
with:
Expand Down

0 comments on commit 202a36a

Please sign in to comment.