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 d431b41 + 83749b0 commit fdf0391Copy full SHA for fdf0391
.github/workflows/maven.yml
@@ -49,7 +49,7 @@ jobs:
49
restore-keys: |
50
${{ runner.os }}-maven-
51
- name: Set up JDK ${{ matrix.java }}
52
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
53
with:
54
distribution: 'temurin'
55
java-version: ${{ matrix.java }}
0 commit comments