Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.4.2 (#1407)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2023
1 parent a9b7701 commit 9d52d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash
working-directory: ${{ inputs.project-root }}
- name: Build
uses: gradle/[email protected].0
uses: gradle/[email protected].2
with:
gradle-version: wrapper
cache-disabled: true # causes bad resolutions to reappear
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rnx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install npm dependencies
run: ${{ github.event.inputs.packageManager }} install
- name: Build Android app
uses: gradle/[email protected].0
uses: gradle/[email protected].2
with:
gradle-version: wrapper
arguments: --no-daemon clean assembleDebug
Expand Down

0 comments on commit 9d52d05

Please sign in to comment.