Skip to content

Commit

Permalink
Merge pull request #3 from Daylily-Zeleen/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
Daylily-Zeleen committed Dec 2, 2023
2 parents 20abe9b + f4a4de0 commit d1e6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: true
- name: Set up Java 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit d1e6f35

Please sign in to comment.