Skip to content

Commit

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

chore(deps): update actions/setup-java action to v4
  • Loading branch information
devlauer authored Jun 14, 2024
2 parents dd6cae3 + b0fdb91 commit d7349b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
plantuml-generator-maven-plugin/src/it/**
- name: Set up JDK
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit d7349b1

Please sign in to comment.