Skip to content

Commit

Permalink
Update actions/setup-java action to v4.6.0 (#1542)
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, 2024
1 parent 892ac3a commit 46f669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-android-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Setup JDK
id: setup-jdk
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'zulu'
java-version: '21'
Expand Down

0 comments on commit 46f669f

Please sign in to comment.