Skip to content

Commit c5455cb

Browse files
Update actions/cache digest to cdf6c1f
1 parent 05ffb78 commit c5455cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yml

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

34-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
34+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3535
with:
3636
path: ${{ steps.cache.outputs.path }}
3737
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -62,7 +62,7 @@ jobs:
6262
id: cache
6363
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
6464

65-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
65+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
6666
with:
6767
path: ${{ steps.cache.outputs.path }}
6868
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -91,7 +91,7 @@ jobs:
9191
id: cache
9292
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
9393

94-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
94+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
9595
with:
9696
path: ${{ steps.cache.outputs.path }}
9797
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)