Skip to content

Commit

Permalink
Merge pull request #76 from arrow-kt/renovate/gradle-gradle-build-act…
Browse files Browse the repository at this point in the history
…ion-2.x
  • Loading branch information
nomisRev committed Jun 7, 2022
2 parents 326e870 + 6f24b85 commit d8c65a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.2.0
with:
arguments: build --scan --stacktrace

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '15'

- name: Build and test with Gradle
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.2.0
with:
arguments: build --scan --stacktrace

Expand All @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0

- name: Build
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.2.0
with:
arguments: apiDump

Expand Down

0 comments on commit d8c65a0

Please sign in to comment.