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 40b1b12 commit a6781dfCopy full SHA for a6781df
.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v3
39
- name: Set up JDK ${{ matrix.Java }} (${{ matrix.distribution }})
40
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
41
with:
42
distribution: ${{ matrix.distribution }}
43
java-version: ${{ matrix.java }}
0 commit comments