|
59 | 59 | cache: npm |
60 | 60 |
|
61 | 61 | - name: Cache dependencies |
62 | | - uses: actions/cache@v4.2.4 |
| 62 | + uses: actions/cache@v4.3.0 |
63 | 63 | with: |
64 | 64 | key: node-${{ github.ref }} |
65 | 65 | path: node_modules |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | cache: npm |
128 | 128 |
|
129 | 129 | - name: Cache dependencies |
130 | | - uses: actions/cache@v4.2.4 |
| 130 | + uses: actions/cache@v4.3.0 |
131 | 131 | with: |
132 | 132 | key: node-${{ github.ref }} |
133 | 133 | path: node_modules |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | cache: npm |
202 | 202 |
|
203 | 203 | - name: Cache dependencies |
204 | | - uses: actions/cache@v4.2.4 |
| 204 | + uses: actions/cache@v4.3.0 |
205 | 205 | with: |
206 | 206 | key: node-${{ github.ref }} |
207 | 207 | path: node_modules |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | cache: npm |
315 | 315 |
|
316 | 316 | - name: Cache dependencies |
317 | | - uses: actions/cache@v4.2.4 |
| 317 | + uses: actions/cache@v4.3.0 |
318 | 318 | with: |
319 | 319 | key: node-${{ github.ref }} |
320 | 320 | path: node_modules |
@@ -460,7 +460,7 @@ jobs: |
460 | 460 | cache: npm |
461 | 461 |
|
462 | 462 | - name: Cache dependencies |
463 | | - uses: actions/cache@v4.2.4 |
| 463 | + uses: actions/cache@v4.3.0 |
464 | 464 | with: |
465 | 465 | key: node-${{ github.ref }} |
466 | 466 | path: node_modules |
@@ -528,7 +528,7 @@ jobs: |
528 | 528 | cache: npm |
529 | 529 |
|
530 | 530 | - name: Cache dependencies |
531 | | - uses: actions/cache@v4.2.4 |
| 531 | + uses: actions/cache@v4.3.0 |
532 | 532 | with: |
533 | 533 | key: node-${{ github.ref }} |
534 | 534 | path: node_modules |
|
0 commit comments