Skip to content

Commit

Permalink
update gh action cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Sep 24, 2024
1 parent 8774638 commit 6ee3c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
add-job-summary: 'on-failure'
- name: Cache Kotlin Konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan/**/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache-read-only: false
add-job-summary: 'on-failure'
- name: Cache Kotlin Konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan/**/*
Expand All @@ -45,7 +45,7 @@ jobs:
with:
add-job-summary: 'on-failure'
- name: Cache Kotlin Konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan/**/*
Expand Down

0 comments on commit 6ee3c35

Please sign in to comment.