Skip to content

Commit e7964bc

Browse files
chore(deps): update actions/cache action to v3.0.9
1 parent 946b9d4 commit e7964bc

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: '8'
2727

2828
- name: Cache local Maven repository
29-
uses: actions/[email protected].8
29+
uses: actions/[email protected].9
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: '8'
2626

2727
- name: Cache local Maven repository
28-
uses: actions/[email protected].8
28+
uses: actions/[email protected].9
2929
env:
3030
cache-name: cache-mvn
3131
with:
@@ -71,7 +71,7 @@ jobs:
7171
java-version: '8'
7272

7373
- name: Cache local Maven repository
74-
uses: actions/[email protected].8
74+
uses: actions/[email protected].9
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: '8'
2222

2323
- name: Cache local Maven repository
24-
uses: actions/[email protected].8
24+
uses: actions/[email protected].9
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/[email protected].8
31+
uses: actions/[email protected].9
3232
env:
3333
cache-name: cache-mvn
3434
with:

0 commit comments

Comments
 (0)