Skip to content

Commit 7f00d40

Browse files
Update actions/cache digest to 0400d5f
1 parent a65abb9 commit 7f00d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: cache
2727
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
2828

29-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
29+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3030
with:
3131
path: ${{ steps.cache.outputs.path }}
3232
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -54,7 +54,7 @@ jobs:
5454
id: cache
5555
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
5656

57-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
57+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5858
with:
5959
path: ${{ steps.cache.outputs.path }}
6060
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -82,7 +82,7 @@ jobs:
8282
id: cache
8383
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
8484

85-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
85+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
8686
with:
8787
path: ${{ steps.cache.outputs.path }}
8888
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)