Skip to content

Commit

Permalink
Merge pull request #17 from st-Wook/update-cache-action
Browse files Browse the repository at this point in the history
Update cache action
  • Loading branch information
ok-nick committed Apr 2, 2024
2 parents e377f28 + 5f47875 commit 6e0bdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e0bdf7

Please sign in to comment.