|
33 | 33 | uses: oven-sh/setup-bun@v2 |
34 | 34 |
|
35 | 35 | - name: Use cached node_modules |
36 | | - uses: actions/cache@v5 |
| 36 | + uses: actions/cache@v6 |
37 | 37 | with: |
38 | 38 | path: node_modules |
39 | 39 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
62 | 62 | uses: oven-sh/setup-bun@v2 |
63 | 63 |
|
64 | 64 | - name: Use cached node_modules |
65 | | - uses: actions/cache@v5 |
| 65 | + uses: actions/cache@v6 |
66 | 66 | with: |
67 | 67 | path: node_modules |
68 | 68 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | uses: oven-sh/setup-bun@v2 |
115 | 115 |
|
116 | 116 | - name: Use cached node_modules |
117 | | - uses: actions/cache@v5 |
| 117 | + uses: actions/cache@v6 |
118 | 118 | with: |
119 | 119 | path: node_modules |
120 | 120 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | uses: oven-sh/setup-bun@v2 |
163 | 163 |
|
164 | 164 | - name: Use cached node_modules |
165 | | - uses: actions/cache@v5 |
| 165 | + uses: actions/cache@v6 |
166 | 166 | with: |
167 | 167 | path: node_modules |
168 | 168 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | uses: oven-sh/setup-bun@v2 |
212 | 212 |
|
213 | 213 | - name: Use cached node_modules |
214 | | - uses: actions/cache@v5 |
| 214 | + uses: actions/cache@v6 |
215 | 215 | with: |
216 | 216 | path: node_modules |
217 | 217 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | uses: oven-sh/setup-bun@v2 |
259 | 259 |
|
260 | 260 | - name: Use cached node_modules |
261 | | - uses: actions/cache@v5 |
| 261 | + uses: actions/cache@v6 |
262 | 262 | with: |
263 | 263 | path: node_modules |
264 | 264 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | uses: oven-sh/setup-bun@v2 |
303 | 303 |
|
304 | 304 | - name: Use cached node_modules |
305 | | - uses: actions/cache@v5 |
| 305 | + uses: actions/cache@v6 |
306 | 306 | with: |
307 | 307 | path: node_modules |
308 | 308 | key: node-modules-${{ hashFiles('**/bun.lock') }} |
|
0 commit comments