Skip to content

Commit 8e794f3

Browse files
Update actions/cache action to v3 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9737c2f commit 8e794f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
${{ runner.os }}-gradle-
8888
8989
- name: Cache Konan
90-
uses: actions/cache@v2
90+
uses: actions/cache@v3
9191
if: startsWith(matrix.config.os, 'macos')
9292
with:
9393
path: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-gradle-
3535
3636
- name: Cache Konan
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
with:
3939
path: |
4040
~/.konan/caches

0 commit comments

Comments
 (0)