mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Merge pull request #6780 from bisq-network/dependabot/github_actions/gradle/gradle-build-action-2.6.1
Bump gradle/gradle-build-action from 2.5.1 to 2.6.1
This commit is contained in:
commit
293efcb2c6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,6 +26,6 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@v2.6.0
|
||||
uses: gradle/gradle-build-action@v2.6.1
|
||||
with:
|
||||
arguments: build --scan
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@v2.5.1
|
||||
uses: gradle/gradle-build-action@v2.6.1
|
||||
with:
|
||||
arguments: build jacocoTestReport testCodeCoverageReport --scan
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue