Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 21, 2022
1 parent 8dca472 commit 1e4e0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
core.setOutput('yarn-cache', cacheDir)
- name: Restore yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.names.outputs.yarn-cache }}
key: ${{ runner.OS }}-yarn-${{ hashFiles('package.json') }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 1e4e0ea

Please sign in to comment.