Skip to content

Commit 8458d56

Browse files
committed
chore: update workflow files
1 parent ade9932 commit 8458d56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/[email protected].5
29+
uses: actions/[email protected].10
3030
env:
3131
cache-name: cache-mvn
3232
with:

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].5
28+
uses: actions/[email protected].10
2929
env:
3030
cache-name: cache-mvn
3131
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/[email protected].5
24+
uses: actions/[email protected].10
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].5
31+
uses: actions/[email protected].10
3232
env:
3333
cache-name: cache-mvn
3434
with:

0 commit comments

Comments
 (0)