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 c6206b8 commit 61d1b93Copy full SHA for 61d1b93
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@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
75
with:
76
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
77
java-version: ${{ matrix.java }}
0 commit comments