Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.11.1 to 3.1.0 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 2eb2fed commit 8014441
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: chmod +x gradlew

- name: Build with gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v3.1.0
with:
gradle-version: nightly
arguments: assembleDebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: chmod +x gradlew

- name: Build with gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v3.1.0
with:
gradle-version: current
arguments: clean assembleDebug --no-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: chmod +x gradlew

- name: Build with gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v3.1.0
with:
gradle-version: nightly
arguments: assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: chmod +x gradlew

- name: Run tests
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v3.1.0
with:
gradle-version: current
arguments: test --continue
Expand Down

0 comments on commit 8014441

Please sign in to comment.