We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a142f31 commit 06e4304Copy full SHA for 06e4304
1 file changed
.github/workflows/maven.yml
@@ -54,7 +54,7 @@ jobs:
54
restore-keys: |
55
${{ runner.os }}-maven-
56
- name: Set up JDK ${{ matrix.java }}
57
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
58
with:
59
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
60
java-version: ${{ matrix.java }}
0 commit comments