Skip to content

Commit

Permalink
Merge pull request #165 from MinimallyCorrect/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…java-4.x

Update actions/setup-java action to v4
  • Loading branch information
LunNova authored Sep 7, 2024
2 parents 4f139c4 + 65f947d commit cfef0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
- name: Set up JDK
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'adopt'
java-version: ${{ matrix.jdk }}
Expand All @@ -55,7 +55,7 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: Set up Java 11
uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'adopt'
java-version: 11
Expand Down

0 comments on commit cfef0ac

Please sign in to comment.