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.
2 parents 5f18439 + cbff3b6 commit c996ee8Copy full SHA for c996ee8
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
37
38
- name: Set up JDK
39
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
40
with:
41
java-version: 11
42
distribution: temurin
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
java-version: ${{ matrix.jdk }}
87
distribution: ${{ matrix.dist }}
0 commit comments