Skip to content

Commit 1d11d1c

Browse files
chore(ci)(deps): bump actions/cache from 5 to 6 (#2438)
1 parent 817a005 commit 1d11d1c

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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') }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3535
3636
- name: Setup pnpm cache
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ${{ env.STORE_PATH }}
4040
key: ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -92,7 +92,7 @@ jobs:
9292
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
9393
9494
- name: Setup pnpm cache
95-
uses: actions/cache@v5
95+
uses: actions/cache@v6
9696
with:
9797
path: ${{ env.STORE_PATH }}
9898
key: ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3939
4040
- name: Setup pnpm cache
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ${{ env.STORE_PATH }}
4444
key: ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/validate-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4343
4444
- name: Setup pnpm cache
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ${{ env.STORE_PATH }}
4848
key: ${{ runner.os }}-pnpm-store-v3-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)