Skip to content

Commit cb25df1

Browse files
Update actions/cache digest to 0057852 (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9528df2 commit cb25df1

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
@@ -23,7 +23,7 @@ jobs:
2323
id: cache
2424
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
2525

26-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727
with:
2828
path: ${{ steps.cache.outputs.path }}
2929
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -55,7 +55,7 @@ jobs:
5555
id: cache
5656
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
5757

58-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
58+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5959
with:
6060
path: ${{ steps.cache.outputs.path }}
6161
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -85,7 +85,7 @@ jobs:
8585
id: cache
8686
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
8787

88-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
88+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8989
with:
9090
path: ${{ steps.cache.outputs.path }}
9191
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)