mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Merge pull request #17 from st-Wook/update-cache-action
Update cache action
This commit is contained in:
commit
6e0bdf7375
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ runs:
|
||||||
|
|
||||||
- name: Cache binaries
|
- name: Cache binaries
|
||||||
if: ${{ inputs.cache == true || inputs.cache == 'true' }}
|
if: ${{ inputs.cache == true || inputs.cache == 'true' }}
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.aftman/bin
|
~/.aftman/bin
|
||||||
|
|
Loading…
Reference in a new issue