Skip to content

Commit 92992ba

Browse files
committed
Migrate to gradle/actions/setup-gradle
1 parent 677d657 commit 92992ba

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/actions/cache-gradle/action.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/release-kotlin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
distribution: 'zulu'
2929
java-version: '11'
30-
- name: Cache Gradle
31-
uses: ./.github/actions/cache-gradle
30+
- name: Setup Gradle
31+
uses: gradle/actions/setup-gradle@v3
3232
- name: Cache Konan
3333
uses: ./.github/actions/cache-konan
3434
- name: Publish to Sonatype

0 commit comments

Comments
 (0)