Skip to content

Commit

Permalink
Merge pull request #957 from bisq-network/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…radle/gradle-build-action-2.5.1

Bump gradle/gradle-build-action from 2.4.2 to 2.5.1
  • Loading branch information
alvasw authored Jul 4, 2023
2 parents f8bef5e + 8362213 commit c48eff9
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.4.2
uses: gradle/gradle-build-action@v2.5.1
with:
arguments: build --scan

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

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

0 comments on commit c48eff9

Please sign in to comment.