Skip to content

Commit bc4bc67

Browse files
Update actions/cache action to v5.0.4
1 parent 782dc76 commit bc4bc67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
34+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
65+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
94+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9595
with:
9696
path: ${{ steps.cache.outputs.path }}
9797
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)