Skip to content

Commit 4604618

Browse files
committed
Updated GitHub actions version
1 parent 66bc88a commit 4604618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
name: Java ${{ matrix.java }} build
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- name: Set up JDK ${{ matrix.java }}
38-
uses: actions/setup-java@v4
38+
uses: actions/setup-java@v5
3939
with:
4040
java-version: ${{ matrix.java }}
4141
distribution: 'adopt'
@@ -44,7 +44,7 @@ jobs:
4444
server-password: MAVEN_PASSWORD
4545

4646
- name: Cache local Maven repository
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ~/.m2/repository
5050
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)