Skip to content

Commit b0279be

Browse files
chore(deps): update gradle/gradle-build-action action to v2.3.2 (#1138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8798432 commit b0279be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
shell: bash
2222
working-directory: ${{ inputs.project-root }}
2323
- name: Build
24-
uses: gradle/[email protected].1
24+
uses: gradle/[email protected].2
2525
with:
2626
gradle-version: wrapper
2727
arguments: ${{ inputs.arguments }}

.github/workflows/rnx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install npm dependencies
4444
run: ${{ github.event.inputs.packageManager }} install
4545
- name: Build Android app
46-
uses: gradle/[email protected].1
46+
uses: gradle/[email protected].2
4747
with:
4848
gradle-version: wrapper
4949
arguments: --no-daemon clean assembleDebug

0 commit comments

Comments
 (0)