Skip to content

Commit e142748

Browse files
committed
fix: update actions/cache
1 parent 38219fb commit e142748

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
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
- name: restore_cache
14-
uses: actions/cache@v3.3.2
14+
uses: actions/cache@v4
1515
with:
1616
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
1717
path: node_modules/

0 commit comments

Comments
 (0)