We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc554d7 commit a589ee0Copy full SHA for a589ee0
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
platform: [ ubuntu-latest ]
16
- java-version: [ 8 ]
+ java-version: [ 21 ]
17
18
runs-on: ${{ matrix.platform }}
19
env:
@@ -27,7 +27,7 @@ jobs:
27
with:
28
java-version: ${{ matrix.java-version }}
29
- name: Cache local Maven repository
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
31
32
path: ~/.m2/repository
33
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments