Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.4.0 to 2.5.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 2.4.0 to 2.5.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.4.0...v2.5.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 Jun 29, 2023
1 parent 17913ed commit 8c1ef13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: chmod +x gradlew

- name: Build with gradle
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.5.0
with:
gradle-version: nightly
arguments: assembleDebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.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.4.0
uses: gradle/gradle-build-action@v2.5.0
with:
gradle-version: nightly
arguments: clean assembleDebug --no-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Format Kotlin Source
continue-on-error: true
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.5.0
with:
gradle-version: nightly
arguments: ktlintFormat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-report.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.4.0
uses: gradle/gradle-build-action@v2.5.0
with:
gradle-version: nightly
arguments: lintDebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: chmod +x gradlew

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

- name: Update gradle wrapper
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.5.0
with:
arguments: |
wrapper
Expand Down

0 comments on commit 8c1ef13

Please sign in to comment.