Skip to content

Commit

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

chore(deps): update actions/setup-java action to v4
  • Loading branch information
LunNova authored Sep 7, 2024
2 parents dcdd39e + c82e099 commit 80f91f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: adopt
java-version: ${{ matrix.jdk }}
Expand Down

0 comments on commit 80f91f3

Please sign in to comment.