Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit 8014441

Browse files
Bump gradle/gradle-build-action from 2.11.1 to 3.1.0 (#498)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2eb2fed commit 8014441

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: chmod +x gradlew
2626

2727
- name: Build with gradle
28-
uses: gradle/gradle-build-action@v2.11.1
28+
uses: gradle/gradle-build-action@v3.1.0
2929
with:
3030
gradle-version: nightly
3131
arguments: assembleDebug

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: chmod +x gradlew
3939

4040
- name: Build with gradle
41-
uses: gradle/gradle-build-action@v2.11.1
41+
uses: gradle/gradle-build-action@v3.1.0
4242
with:
4343
gradle-version: current
4444
arguments: clean assembleDebug --no-build-cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: chmod +x gradlew
2323

2424
- name: Build with gradle
25-
uses: gradle/gradle-build-action@v2.11.1
25+
uses: gradle/gradle-build-action@v3.1.0
2626
with:
2727
gradle-version: nightly
2828
arguments: assembleRelease

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: chmod +x gradlew
2323

2424
- name: Run tests
25-
uses: gradle/gradle-build-action@v2.11.1
25+
uses: gradle/gradle-build-action@v3.1.0
2626
with:
2727
gradle-version: current
2828
arguments: test --continue

0 commit comments

Comments
 (0)