Skip to content

Commit 62feb47

Browse files
committed
chore(deps): update actions/cache digest to 5a3ec84
1 parent 7a6aa7a commit 62feb47

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
@@ -20,7 +20,7 @@ runs:
2020
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2121
2222
- name: Setup pnpm cache
23-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
23+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2424
with:
2525
path: ${{ env.STORE_PATH }}
2626
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)