Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.7.0 (#148)
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 Jan 29, 2025
1 parent ed6ab43 commit a181480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: set up JDK 21
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '21'
distribution: 'temurin'
Expand Down

0 comments on commit a181480

Please sign in to comment.