Skip to content

Commit

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

chore(deps): bump actions/cache from 2 to 3
  • Loading branch information
sureshg authored Mar 24, 2022
2 parents cfeff44 + 678c335 commit d17555e
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@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2/cache
Expand Down

0 comments on commit d17555e

Please sign in to comment.