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 5011197 + 7940971 commit 536ea82Copy full SHA for 536ea82
.github/workflows/maven.yml
@@ -52,7 +52,7 @@ jobs:
52
restore-keys: |
53
${{ runner.os }}-maven-
54
- name: Set up JDK ${{ matrix.java }}
55
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
56
with:
57
distribution: 'temurin'
58
java-version: ${{ matrix.java }}
0 commit comments