We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12aadf + f2668f6 commit 6dadc46Copy full SHA for 6dadc46
1 file changed
.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
39
restore-keys: |
40
${{ runner.os }}-maven-
41
- name: Set up JDK ${{ matrix.java }}
42
- uses: actions/setup-java@v1.4.1
+ uses: actions/setup-java@v1.4.2
43
with:
44
java-version: ${{ matrix.java }}
45
- name: Build with Maven
0 commit comments