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 de8bf0c commit 7cc2c1aCopy full SHA for 7cc2c1a
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@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
36
with:
37
distribution: 'adopt'
38
java-version: ${{ matrix.jdk }}
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
56
57
- name: Set up Java 11
58
59
60
61
java-version: 17
0 commit comments