Skip to content

Commit 3177503

Browse files
Update actions/cache action to v5
1 parent 14e3c7e commit 3177503

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java }}
2828
- name: Cache local Maven repository
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -53,7 +53,7 @@ jobs:
5353
distribution: 'temurin'
5454
java-version: 17
5555
- name: Cache local Maven repository
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.m2/repository
5959
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/releasetag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 17
2222
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
- name: Cache local Maven repository
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
6767
distribution: 'temurin'
6868
java-version: 17
6969
- name: Cache local Maven repository
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: ~/.m2/repository
7373
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)