mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
Update cache action
This commit is contained in:
parent
e377f289f7
commit
5f47875ddd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ runs:
|
|||
|
||||
- name: Cache binaries
|
||||
if: ${{ inputs.cache == true || inputs.cache == 'true' }}
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.aftman/bin
|
||||
|
|
Loading…
Reference in a new issue