Skip to content

Commit

Permalink
Merge pull request #866 from hoverinc/renovate/dev/actions-cache-3.x
Browse files Browse the repository at this point in the history
build(deps-dev): update actions/cache action to v3
  • Loading branch information
jrolfs committed Mar 7, 2023
2 parents 9989044 + 03ea9b1 commit 1f67ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Load Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 1f67ca5

Please sign in to comment.