Skip to content

Commit 354984e

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent d2ac486 commit 354984e

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/setup-pnpm-with-dependencies

1 file changed

+1
-1
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
5252
- name: Dependency Cache
5353
id: dependency-cache
54-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
54+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5555
with:
5656
path: '**/node_modules'
5757
key: pnpm-${{ steps.node-version.outputs.pnpm-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)