Skip to content

Commit d96991c

Browse files
committed
chore(deps): update actions/cache digest to cdf6c1f
1 parent 6e5609a commit d96991c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2222
2323
- name: Setup pnpm cache
24-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
24+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2525
with:
2626
path: ${{ env.STORE_PATH }}
2727
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)