Skip to content

Commit f5b7ab6

Browse files
committed
ci: upgrade actions cache
1 parent d82fb82 commit f5b7ab6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
arguments: kotlinVersion
3737

3838
- name: Cache KotlinNative
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ~/.konan
4242
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
arguments: kotlinVersion
3838

3939
- name: Cache KotlinNative
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
with:
4242
path: ~/.konan
4343
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
arguments: kotlinVersion
3737

3838
- name: Cache KotlinNative
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ~/.konan
4242
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}

0 commit comments

Comments
 (0)