Skip to content

Commit 03ea9b1

Browse files
build(deps-dev): update actions/cache action to v3
1 parent ad6df53 commit 03ea9b1

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)