Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent b4e377d commit a1c0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Use Java ${{ inputs.java-version }}
if: ${{ inputs.install-java == 'true' }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ inputs.java-version }}
Expand Down

0 comments on commit a1c0293

Please sign in to comment.