Skip to content

Commit 65f947d

Browse files
Update actions/setup-java action to v4
1 parent b0e18a0 commit 65f947d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
3434
- name: Set up JDK
35-
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
35+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
3636
with:
3737
distribution: 'adopt'
3838
java-version: ${{ matrix.jdk }}
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

5757
- name: Set up Java 11
58-
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
58+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5959
with:
6060
distribution: 'adopt'
6161
java-version: 11

0 commit comments

Comments
 (0)