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 2c294f3 commit 1fab7caCopy full SHA for 1fab7ca
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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 5.5.0
57
with:
58
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
59
java-version: ${{ matrix.java }}
0 commit comments