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 77d4fd7 commit 70908aeCopy full SHA for 70908ae
1 file changed
.github/workflows/maven.yml
@@ -71,7 +71,7 @@ jobs:
71
restore-keys: |
72
${{ runner.os }}-maven-
73
- name: Set up JDK ${{ matrix.java }}
74
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
75
with:
76
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
77
java-version: ${{ matrix.java }}
0 commit comments