Skip to content

Commit 1f67ca5

Browse files
authored
Merge pull request #866 from hoverinc/renovate/dev/actions-cache-3.x
build(deps-dev): update actions/cache action to v3
2 parents 9989044 + 03ea9b1 commit 1f67ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: ${{ matrix.node }}
4646

4747
- name: Load Yarn cache
48-
uses: actions/cache@v2
48+
uses: actions/cache@v3
4949
with:
5050
path: ${{ steps.yarn-cache.outputs.dir }}
5151
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)