Skip to content

Commit

Permalink
build(actions): update GH Action gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed Dec 6, 2024
1 parent 3ace0dd commit 15541ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
branch: buildjre17-21
name: jre21-pojav

- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 7.6.1
gradle-version: "8.9"

- name: Build JRE JAR files
run: |
Expand Down

0 comments on commit 15541ff

Please sign in to comment.