Skip to content

Commit

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

Bump gradle/gradle-build-action from 2.6.1 to 2.7.0
  • Loading branch information
alejandrogarcia83 authored Aug 4, 2023
2 parents 17abc0b + 04f76e3 commit e42f13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
distribution: 'zulu'

- name: Build with Gradle
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build --scan
2 changes: 1 addition & 1 deletion .github/workflows/codacy-coverage-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'zulu'

- name: Build with Gradle
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build jacocoTestReport testCodeCoverageReport --scan

Expand Down

0 comments on commit e42f13f

Please sign in to comment.