Skip to content

Commit

Permalink
Bump to 2.8.0 (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
fylyppo authored Sep 19, 2023
1 parent fe997c7 commit 76d776d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-android-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v1

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.8.0
with:
generate-job-summary: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-android-emulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.8.0
with:
generate-job-summary: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-android-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.8.0
with:
generate-job-summary: false

Expand Down

0 comments on commit 76d776d

Please sign in to comment.