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.
2 parents 4f139c4 + 65f947d commit cfef0acCopy full SHA for cfef0ac
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@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
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: 11
0 commit comments