Skip to content

Commit

Permalink
Merge pull request #17 from ratsan/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/gradle/gradle-build-action-2.4.2

Bump gradle/gradle-build-action from 2.1.5 to 2.4.2 in /.github/workflows
  • Loading branch information
codehasan authored Jun 20, 2023
2 parents 0cbd59b + afb9c9a commit 005a5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1.0.4

- name: Build with gradle
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: assembleDebug

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1.0.4

- name: Build with gradle
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: assembleRelease

Expand Down

0 comments on commit 005a5cc

Please # to comment.