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 25c8f85 + a070b9d commit c0ef345Copy full SHA for c0ef345
.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
46
restore-keys: |
47
${{ runner.os }}-maven-
48
- name: Set up JDK ${{ matrix.java }}
49
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
50
with:
51
distribution: 'temurin'
52
java-version: ${{ matrix.java }}
0 commit comments