Skip to content

Commit

Permalink
Migration, gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Jun 8, 2024
1 parent 0298f5c commit 111e144
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: gradle-${{ hashFiles('checksum.txt') }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: current
gradle-home-cache-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bundler-cache: true

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: current
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 111e144

Please # to comment.