Skip to content

Commit

Permalink
Merge pull request #76 from Malus-risus/renovate/gradle-gradle-build-…
Browse files Browse the repository at this point in the history
…action-3.x

chore(deps): update gradle/gradle-build-action action to v3
  • Loading branch information
Malus-risus committed Feb 6, 2024
2 parents afab71a + 1aa34d0 commit 44d8f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Build
if: success()
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: --no-daemon app:assembleMeta-AlphaRelease

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Pre-release Build
if: success()
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: --no-daemon app:assembleMeta-AlphaRelease

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Release Build
if: success()
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: --no-daemon app:assembleMetaRelease

Expand Down

0 comments on commit 44d8f2f

Please sign in to comment.