Skip to content

Commit 2d31dbf

Browse files
committed
Updated GitHub actions version
1 parent 89cbf3d commit 2d31dbf

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
@@ -15,9 +15,9 @@ jobs:
1515
name: Java ${{ matrix.java }} build
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Set up JDK ${{ matrix.java }}
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
with:
2222
java-version: ${{ matrix.java }}
2323
distribution: 'adopt'
@@ -26,7 +26,7 @@ jobs:
2626
server-password: MAVEN_PASSWORD
2727

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') }}

0 commit comments

Comments
 (0)