We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c43e0 commit 410459dCopy full SHA for 410459d
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-maven-
46
- name: Set up JDK ${{ matrix.java }}
47
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
48
with:
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
0 commit comments