Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3 (#5)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update dependabot.yml

* Bump gradle/gradle-build-action from 2 to 3

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Siarhei Luskanau <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and siarhei-luskanau authored Jan 28, 2024
1 parent c6c637e commit fc43145
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/actionsBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciLint --stacktrace

Expand All @@ -47,7 +47,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciUnitTest --stacktrace

Expand All @@ -69,7 +69,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciRecordScreenshots --stacktrace

Expand All @@ -91,7 +91,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciBuildApp --stacktrace

Expand All @@ -116,7 +116,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciEmulatorJobsMatrixSetup --stacktrace

Expand All @@ -143,6 +143,6 @@ jobs:

- uses: android-actions/setup-android@v2

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ${{ matrix.gradle_tasks }} --stacktrace

0 comments on commit fc43145

Please sign in to comment.