Skip to content

Commit

Permalink
Merge pull request #4 from sureshg/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
sureshg committed Jan 19, 2024
2 parents cb21053 + 885352a commit 362719f
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 @@ -37,7 +37,7 @@ runs:

- name: Cache dependencies
if: inputs.cache == 'true'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.ivy2/cache
Expand Down

0 comments on commit 362719f

Please sign in to comment.