We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e21030 commit 3f249daCopy full SHA for 3f249da
.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
50
restore-keys: |
51
${{ runner.os }}-maven-
52
- name: Set up JDK ${{ matrix.java }}
53
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
54
with:
55
distribution: 'temurin'
56
java-version: ${{ matrix.java }}
0 commit comments