Skip to content

Commit

Permalink
ci: upgrade actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jan 17, 2023
1 parent d82fb82 commit f5b7ab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
arguments: kotlinVersion

- name: Cache KotlinNative
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arguments: kotlinVersion

- name: Cache KotlinNative
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
arguments: kotlinVersion

- name: Cache KotlinNative
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
Expand Down

0 comments on commit f5b7ab6

Please sign in to comment.