Skip to content

Commit

Permalink
Merge pull request #184 from onuralpszr/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-java action to v4.7.0
  • Loading branch information
onuralpszr authored Jan 31, 2025
2 parents 7fa74a1 + ac13f61 commit 75b8bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 🔄 Checkout Code
uses: actions/checkout@v4
- name: 🛠️ Setup JDK
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: temurin
java-version: "17"
Expand Down

0 comments on commit 75b8bcd

Please sign in to comment.