Skip to content

Commit 3935caf

Browse files
Update actions/cache action to v5.1.0
1 parent 5739c52 commit 3935caf

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/lint-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
3434

35-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
35+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3636
with:
3737
path: ${{ steps.pnpm-store.outputs.dir }}
3838
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/ml-pipelines-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: bash
5252
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
5353

54-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
54+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
5555
with:
5656
path: ${{ steps.pnpm-store.outputs.dir }}
5757
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/preview-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
131131

132-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
133133
with:
134134
path: ${{ steps.pnpm-store.outputs.dir }}
135135
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -201,7 +201,7 @@ jobs:
201201
shell: bash
202202
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
203203

204-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
204+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
205205
with:
206206
path: ${{ steps.pnpm-store.outputs.dir }}
207207
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -210,7 +210,7 @@ jobs:
210210
- name: Install dependencies
211211
run: mise run //:install
212212

213-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
213+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
214214
with:
215215
path: ui/.next/cache
216216
key: nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('ui/app/**', 'ui/components/**', 'ui/content/**', 'ui/lib/**') }}

.github/workflows/recipe-api-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
3636

37-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3838
with:
3939
path: ${{ steps.pnpm-store.outputs.dir }}
4040
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/recipe-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
3131

32-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3333
with:
3434
path: ${{ steps.pnpm-store.outputs.dir }}
3535
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/ui-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
4949

50-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
50+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
5151
with:
5252
path: ${{ steps.pnpm-store.outputs.dir }}
5353
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Persist Next.js's incremental build cache (compiled modules, SWC output)
6060
# so the Build step reuses unchanged work across runs.
61-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
61+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
6262
with:
6363
path: ui/.next/cache
6464
key: nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('ui/app/**', 'ui/components/**', 'ui/content/**', 'ui/lib/**') }}

.github/workflows/ui-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT"
3737

38-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
38+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3939
with:
4040
path: ${{ steps.pnpm-store.outputs.dir }}
4141
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -54,7 +54,7 @@ jobs:
5454
# so the Build step reuses unchanged work. The key is invalidated on lock
5555
# or source changes; restore-keys still seeds the cache from the closest
5656
# previous build so a content edit doesn't force a cold compile.
57-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
57+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
5858
with:
5959
path: ui/.next/cache
6060
key: nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('ui/app/**', 'ui/components/**', 'ui/content/**', 'ui/lib/**') }}

0 commit comments

Comments
 (0)