Skip to content

Commit

Permalink
🐳 chore: Uses gradle/actions/setup-gradle@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Oct 5, 2024
1 parent ecc6589 commit dcd8d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/console_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.5

Expand Down

0 comments on commit dcd8d61

Please sign in to comment.