Skip to content

Commit

Permalink
Update actions/cache digest to 1bd1e32 (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent e6790e2 commit 34d7908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Cache zed-extension CLI
id: cache-zed-extension
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: |
zed-extension
Expand All @@ -57,7 +57,7 @@ jobs:
run: pnpm test

- name: Cache extension build dependencies
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
key: cache-build-dependencies
path: |
Expand Down

0 comments on commit 34d7908

Please sign in to comment.