Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.1 (#2322)
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 13, 2023
1 parent 5a06c67 commit 9a1ec11
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.3.0
uses: actions/cache@v3.3.1
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.3.0
uses: actions/cache@v3.3.1
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.3.0
uses: actions/cache@v3.3.1
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.3.0
uses: actions/cache@v3.3.1
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.3.0
uses: actions/cache@v3.3.1
env:
cache-name: cache-mvn
with:
Expand Down

0 comments on commit 9a1ec11

Please sign in to comment.