Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit d8c65a0

Browse files
authored
Merge pull request #76 from arrow-kt/renovate/gradle-gradle-build-action-2.x
2 parents 326e870 + 6f24b85 commit d8c65a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version: '15'
3939

4040
- name: Build and test with Gradle
41-
uses: gradle/gradle-build-action@v2.1.5
41+
uses: gradle/gradle-build-action@v2.2.0
4242
with:
4343
arguments: build --scan --stacktrace
4444

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '15'
2525

2626
- name: Build and test with Gradle
27-
uses: gradle/gradle-build-action@v2.1.5
27+
uses: gradle/gradle-build-action@v2.2.0
2828
with:
2929
arguments: build --scan --stacktrace
3030

@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Build
50-
uses: gradle/gradle-build-action@v2.1.5
50+
uses: gradle/gradle-build-action@v2.2.0
5151
with:
5252
arguments: apiDump
5353

0 commit comments

Comments
 (0)