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.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent b694653 commit d0bc973
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.6.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.6.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.6.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.6.1
with:
arguments: androidApp:bundleRelease

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

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

Expand Down

0 comments on commit d0bc973

Please sign in to comment.