Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3
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 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and TrianguloY committed Jan 28, 2024
1 parent ffcf6c1 commit 5bf88d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build & assemble with gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: >
build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build & test with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: >
build
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Generate apk
if: ${{ github.event_name == 'pull_request' }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: >
assemble${{ env.VARIANT }}
Expand Down

0 comments on commit 5bf88d6

Please sign in to comment.