We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38219fb commit e142748Copy full SHA for e142748
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/[email protected]
13
- name: restore_cache
14
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4
15
with:
16
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
17
path: node_modules/
0 commit comments