Skip to content

Commit 7e069f5

Browse files
chore(deps): update gradle/gradle-build-action action to v2.3.3 (#1175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43eb964 commit 7e069f5

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].2
24+
uses: gradle/[email protected].3
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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install npm dependencies
4848
run: ${{ github.event.inputs.packageManager }} install
4949
- name: Build Android app
50-
uses: gradle/[email protected].2
50+
uses: gradle/[email protected].3
5151
with:
5252
gradle-version: wrapper
5353
arguments: --no-daemon clean assembleDebug

0 commit comments

Comments
 (0)