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 6471196 commit f7efa29Copy full SHA for f7efa29
1 file changed
.github/workflows/maven.yml
@@ -53,7 +53,7 @@ jobs:
53
restore-keys: |
54
${{ runner.os }}-maven-
55
- name: Set up JDK ${{ matrix.java }}
56
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
57
with:
58
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
59
java-version: ${{ matrix.java }}
0 commit comments