We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebe879 commit 44259f4Copy full SHA for 44259f4
.github/workflows/maven.yml
@@ -43,7 +43,7 @@ jobs:
43
maven-${{ matrix.os }}-java${{ matrix.java }}-
44
maven-${{ matrix.os }}-
45
- name: Set up JDK
46
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
47
with:
48
distribution: 'adopt'
49
java-version: ${{ matrix.java }}
0 commit comments