Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 10fabf0 commit 99d5502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
distribution: adopt

- name: Cache Konan
uses: actions/cache@v3
uses: actions/cache@v4
if: startsWith(matrix.config.os, 'macos')
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: adopt

- name: Cache Gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Cache Konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan/caches
Expand Down

0 comments on commit 99d5502

Please sign in to comment.