Skip to content

Commit ba6cd3f

Browse files
committed
chore(deps): update actions/cache digest to 8b402f5
1 parent cf90a2f commit ba6cd3f

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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
24+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2525
with:
2626
path: ${{ env.STORE_PATH }}
2727
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)