@@ -74,15 +74,15 @@ jobs:
7474 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7575
7676 - name : Setup pnpm cache
77- uses : actions/cache@v5
77+ uses : actions/cache@v6
7878 with :
7979 path : ${{ env.STORE_PATH }}
8080 key : ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
8181 restore-keys : |
8282 ${{ runner.os }}-pnpm-store-v3-
8383
8484 - name : Setup Turbo cache
85- uses : actions/cache@v5
85+ uses : actions/cache@v6
8686 with :
8787 path : .turbo/cache
8888 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -135,15 +135,15 @@ jobs:
135135 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
136136
137137 - name : Setup pnpm cache
138- uses : actions/cache@v5
138+ uses : actions/cache@v6
139139 with :
140140 path : ${{ env.STORE_PATH }}
141141 key : ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
142142 restore-keys : |
143143 ${{ runner.os }}-pnpm-store-v3-
144144
145145 - name : Setup Turbo cache
146- uses : actions/cache@v5
146+ uses : actions/cache@v6
147147 with :
148148 path : .turbo/cache
149149 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -203,15 +203,15 @@ jobs:
203203 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
204204
205205 - name : Setup pnpm cache
206- uses : actions/cache@v5
206+ uses : actions/cache@v6
207207 with :
208208 path : ${{ env.STORE_PATH }}
209209 key : ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
210210 restore-keys : |
211211 ${{ runner.os }}-pnpm-store-v3-
212212
213213 - name : Setup Turbo cache
214- uses : actions/cache@v5
214+ uses : actions/cache@v6
215215 with :
216216 path : .turbo/cache
217217 key : ${{ runner.os }}-turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
@@ -304,15 +304,15 @@ jobs:
304304 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
305305
306306 - name : Setup pnpm cache
307- uses : actions/cache@v5
307+ uses : actions/cache@v6
308308 with :
309309 path : ${{ env.STORE_PATH }}
310310 key : ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
311311 restore-keys : |
312312 ${{ runner.os }}-pnpm-store-v3-
313313
314314 - name : Setup Next.js cache
315- uses : actions/cache@v5
315+ uses : actions/cache@v6
316316 with :
317317 path : apps/docs/.next/cache
318318 key : ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('apps/docs/**.[jt]s', 'apps/docs/**.[jt]sx', 'content/**/*.mdx') }}
@@ -351,7 +351,7 @@ jobs:
351351 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
352352
353353 - name : Setup pnpm cache
354- uses : actions/cache@v5
354+ uses : actions/cache@v6
355355 with :
356356 path : ${{ env.STORE_PATH }}
357357 key : ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments