Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 95e10b4 commit 6019bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'adopt'
architecture: x64
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: check

Expand All @@ -35,7 +35,7 @@ jobs:
architecture: x64

- name: Build with Gradle
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: androidApp:bundleRelease

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
architecture: x64

- name: Build pod install
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: podInstall

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
architecture: x64

- name: Build with Gradle
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: androidApp:bundleRelease

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
architecture: x64

- name: Build pod install
uses: gradle/gradle-build-action@v2.5.1
uses: gradle/gradle-build-action@v2.7.1
with:
arguments: podInstall

Expand Down

0 comments on commit 6019bbe

Please sign in to comment.