Skip to content

Commit 47f9736

Browse files
committed
Update ci config
1 parent f249376 commit 47f9736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Restore yarn cache
3131
id: yarn-cache
32-
uses: actions/cache@v1
32+
uses: actions/cache@v4
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3535
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)