Skip to content

Commit

Permalink
Merge pull request #6 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.1.0
  • Loading branch information
Super12138 authored Feb 28, 2024
2 parents e1360c0 + 7f0ce45 commit 4d972b6
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.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 4d972b6

Please sign in to comment.