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 39f1576 + 3d5e555 commit decfc1bCopy full SHA for decfc1b
2 files changed
.github/workflows/coverage.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@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
43
with:
44
distribution: 'temurin'
45
java-version: ${{ matrix.java }}
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
46
47
48
49
50
0 commit comments