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.
1 parent 0309fe3 commit 05e4956Copy full SHA for 05e4956
1 file changed
.github/workflows/maven.yml
@@ -70,7 +70,7 @@ jobs:
70
restore-keys: |
71
${{ runner.os }}-maven-
72
- name: Set up JDK ${{ matrix.java }}
73
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
74
with:
75
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
76
java-version: ${{ matrix.java }}
0 commit comments