Skip to content

Commit bfbd000

Browse files
chore(deps): update actions/cache action to v4
1 parent 92c7539 commit bfbd000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: yarn-cache-dir-path
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
with:
3333
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3434
key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)