We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0a096 commit 48754ddCopy full SHA for 48754dd
1 file changed
.github/workflows/maven.yml
@@ -32,9 +32,9 @@ jobs:
32
name: Java ${{ matrix.java }} build
33
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
36
- name: Set up JDK ${{ matrix.java }}
37
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
38
with:
39
java-version: ${{ matrix.java }}
40
distribution: 'adopt'
@@ -43,7 +43,7 @@ jobs:
43
server-password: MAVEN_PASSWORD
44
45
- name: Cache local Maven repository
46
- uses: actions/cache@v4
+ uses: actions/cache@v5
47
48
path: ~/.m2/repository
49
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments