Skip to content

Commit 648af43

Browse files
build(deps-dev): update actions/cache action to v4
1 parent fef7ff7 commit 648af43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: ${{ steps.yarn-cache.outputs.dir }}
5151
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)