Skip to content

Commit 22eed8d

Browse files
chore(deps): update actions/cache action to v4
1 parent 9f69529 commit 22eed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get yarn cache directory path
2727
id: yarn-cache-dir-path
2828
run: echo "::set-output name=dir::$(yarn cache dir)"
29-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3232
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)