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 3dad246 commit a1f3108Copy full SHA for a1f3108
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@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
43
with:
44
distribution: 'temurin'
45
java-version: ${{ matrix.java }}
.github/workflows/maven.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments