Skip to content

Commit

Permalink
Update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
st-Wook committed Apr 2, 2024
1 parent e377f28 commit 5f47875
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 5f47875

Please sign in to comment.