|
38 | 38 | run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
39 | 39 |
|
40 | 40 | - name: Cache pnpm
|
41 |
| - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 |
| 41 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
42 | 42 | with:
|
43 | 43 | path: |
|
44 | 44 | ${{ steps.pnpm-store.outputs.PATH }}
|
|
94 | 94 | run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
95 | 95 |
|
96 | 96 | - name: Cache pnpm
|
97 |
| - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 |
| 97 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
98 | 98 | with:
|
99 | 99 | path: |
|
100 | 100 | ${{ steps.pnpm-store.outputs.PATH }}
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
152 | 152 |
|
153 | 153 | - name: Cache pnpm
|
154 |
| - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 |
| 154 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
155 | 155 | with:
|
156 | 156 | path: |
|
157 | 157 | ${{ steps.pnpm-store.outputs.PATH }}
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | id: pnpm-store
|
203 | 203 | run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
204 | 204 | - name: Cache pnpm
|
205 |
| - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 |
| 205 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
206 | 206 | with:
|
207 | 207 | path: |
|
208 | 208 | ${{ steps.pnpm-store.outputs.PATH }}
|
@@ -281,7 +281,7 @@ jobs:
|
281 | 281 | run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
282 | 282 |
|
283 | 283 | - name: Cache pnpm
|
284 |
| - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 |
| 284 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
285 | 285 | with:
|
286 | 286 | path: |
|
287 | 287 | ${{ steps.pnpm-store.outputs.PATH }}
|
|
0 commit comments