Skip to content

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/generate-dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-version: "11"
2828

2929
- name: Cache Gradle packages
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
~/.gradle/caches

.github/workflows/kotlin-multiplatform-gradle-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: temurin
2828

2929
- name: Cached Konan
30-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.konan
3333
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
@@ -45,4 +45,4 @@ jobs:
4545
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
4646
with:
4747
name: sentry-kotlin-multiplatform-gradle-plugin
48-
token: ${{ secrets.CODECOV_TOKEN }}
48+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/kotlin-multiplatform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: temurin
2525

2626
- name: Cached Konan
27-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.konan
3030
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
@@ -52,7 +52,7 @@ jobs:
5252
distribution: temurin
5353

5454
- name: Cached Konan
55-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.konan
5858
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

0 commit comments

Comments
 (0)