We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6790e2 commit 34d7908Copy full SHA for 34d7908
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Cache zed-extension CLI
37
id: cache-zed-extension
38
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
39
with:
40
path: |
41
zed-extension
@@ -57,7 +57,7 @@ jobs:
57
run: pnpm test
58
59
- name: Cache extension build dependencies
60
61
62
key: cache-build-dependencies
63
0 commit comments