Skip to content

Commit ad575a7

Browse files
authored
Update maven.yml
Updated actions to v4.
1 parent 09f27ed commit ad575a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
with:
1616
ref: master
1717
- name: Cache local Maven repository
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2222
restore-keys: ${{ runner.os }}-maven-
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin'
2727
java-version: '21'

0 commit comments

Comments
 (0)