Skip to content

Commit

Permalink
Merge pull request #11 from Super12138/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v4.2.0
  • Loading branch information
Super12138 authored Mar 14, 2024
2 parents 98b8b44 + 8b13710 commit 0f9929b
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 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 0f9929b

Please sign in to comment.