Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.7.1 to 2.8.0 (#954)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@243af85...ef76a97)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent b717f9a commit 4009486
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 10
with:
gradle-home-cache-cleanup: true
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Check properties
timeout-minutes: 4
Expand All @@ -102,7 +102,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Detekt
timeout-minutes: 4
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Ktlint
timeout-minutes: 4
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Android Lint
timeout-minutes: 15
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Test
timeout-minutes: 4
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Build
timeout-minutes: 20
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Build and test
timeout-minutes: 30
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Build and test
timeout-minutes: 30
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Export Google Services JSON
env:
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Export Google Services JSON
env:
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc
timeout-minutes: 5
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
Expand Down

0 comments on commit 4009486

Please sign in to comment.