Skip to content

Commit 202a36a

Browse files
chore(deps): update actions/cache action to v3.3.0 (#2315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb205f1 commit 202a36a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '17'
2727

2828
- name: Cache local Maven repository
29-
uses: actions/cache@v3.2.6
29+
uses: actions/cache@v3.3.0
3030
env:
3131
cache-name: cache-mvn
3232
with:

.github/workflows/build-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '17'
2626

2727
- name: Cache local Maven repository
28-
uses: actions/cache@v3.2.6
28+
uses: actions/cache@v3.3.0
2929
env:
3030
cache-name: cache-mvn
3131
with:
@@ -71,7 +71,7 @@ jobs:
7171
java-version: '17'
7272

7373
- name: Cache local Maven repository
74-
uses: actions/cache@v3.2.6
74+
uses: actions/cache@v3.3.0
7575
env:
7676
cache-name: cache-mvn
7777
with:

.github/workflows/build-pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '17'
2222

2323
- name: Cache local Maven repository
24-
uses: actions/cache@v3.2.6
24+
uses: actions/cache@v3.3.0
2525
env:
2626
cache-name: cache-mvn
2727
with:

.github/workflows/release-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2929

3030
- name: Cache local Maven repository
31-
uses: actions/cache@v3.2.6
31+
uses: actions/cache@v3.3.0
3232
env:
3333
cache-name: cache-mvn
3434
with:

0 commit comments

Comments
 (0)