mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #6821 from bisq-network/dependabot/github_actions/gradle/gradle-build-action-2.7.1
build(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1
This commit is contained in:
commit
d4dc950992
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@v2.7.0
|
uses: gradle/gradle-build-action@v2.7.1
|
||||||
with:
|
with:
|
||||||
arguments: build --scan
|
arguments: build --scan
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@v2.7.0
|
uses: gradle/gradle-build-action@v2.7.1
|
||||||
with:
|
with:
|
||||||
arguments: build jacocoTestReport testCodeCoverageReport --scan
|
arguments: build jacocoTestReport testCodeCoverageReport --scan
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue