Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 3.1.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 3ac0890 commit b31ba84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:


- name: Clear build cache
uses: gradle/gradle-build-action@v3.1.0
uses: gradle/gradle-build-action@v3.3.0
with:
gradle-version: nightly
arguments: clean

- name: Build with gradle
uses: gradle/gradle-build-action@v3.1.0
uses: gradle/gradle-build-action@v3.3.0
with:
gradle-version: nightly
arguments: assembleDevDebug
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@v3.1.0
uses: gradle/gradle-build-action@v3.3.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@v3.1.0
uses: gradle/gradle-build-action@v3.3.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@v3.1.0
uses: gradle/gradle-build-action@v3.3.0
with:
gradle-version: current
arguments: test --continue
Expand Down

0 comments on commit b31ba84

Please sign in to comment.