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 34859d0 commit 8f4d273Copy full SHA for 8f4d273
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
34
- name: Set up JDK
35
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
36
with:
37
distribution: adopt
38
java-version: ${{ matrix.jdk }}
0 commit comments