Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.6.1 to 2.7.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.6.1 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.6.1...v2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent ba3e68c commit e2319a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
distribution: 'zulu'

- name: Gradle Build Action (root)
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build --scan

- name: Gradle Build Action (network)
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build --scan
build-root-directory: network
gradle-executable: ./gradlew

- name: Gradle Build Action (wallets)
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build --scan
build-root-directory: wallets
Expand Down

0 comments on commit e2319a9

Please sign in to comment.