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 e51eb08 commit c747218Copy full SHA for c747218
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: recursive
29
30
- name: Set up JDK ${{ matrix.build.java }}
31
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
32
with:
33
java-version: ${{ matrix.build.java }}
34
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Set up JDK 21
39
40
41
java-version: '21'
42
0 commit comments