Skip to content

Commit 48754dd

Browse files
committed
Updated GitHub actions version
1 parent da0a096 commit 48754dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

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

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
- name: Set up JDK ${{ matrix.java }}
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
java-version: ${{ matrix.java }}
4040
distribution: 'adopt'
@@ -43,7 +43,7 @@ jobs:
4343
server-password: MAVEN_PASSWORD
4444

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

0 commit comments

Comments
 (0)