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 a207334 commit 283db9fCopy full SHA for 283db9f
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@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
74
with:
75
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
76
java-version: ${{ matrix.java }}
0 commit comments