Skip to content

Commit afb9c9a

Browse files
Bump gradle/gradle-build-action in /.github/workflows
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.1.5 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.1.5...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cbd59b commit afb9c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-debug-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: gradle/wrapper-validation-action@v1.0.4
2727

2828
- name: Build with gradle
29-
uses: gradle/gradle-build-action@v2.1.5
29+
uses: gradle/gradle-build-action@v2.4.2
3030
with:
3131
arguments: assembleDebug
3232

.github/workflows/build-release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: gradle/wrapper-validation-action@v1.0.4
2525

2626
- name: Build with gradle
27-
uses: gradle/gradle-build-action@v2.1.5
27+
uses: gradle/gradle-build-action@v2.4.2
2828
with:
2929
arguments: assembleRelease
3030

0 commit comments

Comments
 (0)