We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cbf3d commit 2d31dbfCopy full SHA for 2d31dbf
1 file changed
.github/workflows/maven.yml
@@ -15,9 +15,9 @@ jobs:
15
name: Java ${{ matrix.java }} build
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Set up JDK ${{ matrix.java }}
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: ${{ matrix.java }}
23
distribution: 'adopt'
@@ -26,7 +26,7 @@ jobs:
26
server-password: MAVEN_PASSWORD
27
28
- name: Cache local Maven repository
29
- uses: actions/cache@v4
+ uses: actions/cache@v5
30
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments