Skip to content

Commit d7f8bd7

Browse files
Update actions/cache action to v5
1 parent cb25df1 commit d7f8bd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
58+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
88+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
8989
with:
9090
path: ${{ steps.cache.outputs.path }}
9191
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)