Skip to content

Commit fa34774

Browse files
chore(deps): update actions/cache digest to 0057852 (#4213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d0ffbf commit fa34774

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/install-playwright-binaries/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
4444
- name: Cache Playwright
4545
id: cache
46-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
46+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4747
with:
4848
path: ~/.cache/ms-playwright
4949
key: playwright-${{ env.PLAYWRIGHT_VERSION }}

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3939

4040
- name: Cache pnpm
41-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4242
with:
4343
path: |
4444
${{ steps.pnpm-store.outputs.PATH }}
@@ -94,7 +94,7 @@ jobs:
9494
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
9595

9696
- name: Cache pnpm
97-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
97+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
9898
with:
9999
path: |
100100
${{ steps.pnpm-store.outputs.PATH }}
@@ -151,7 +151,7 @@ jobs:
151151
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
152152

153153
- name: Cache pnpm
154-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
154+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
155155
with:
156156
path: |
157157
${{ steps.pnpm-store.outputs.PATH }}
@@ -202,7 +202,7 @@ jobs:
202202
id: pnpm-store
203203
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
204204
- name: Cache pnpm
205-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
205+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
206206
with:
207207
path: |
208208
${{ steps.pnpm-store.outputs.PATH }}
@@ -281,7 +281,7 @@ jobs:
281281
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
282282

283283
- name: Cache pnpm
284-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
284+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
285285
with:
286286
path: |
287287
${{ steps.pnpm-store.outputs.PATH }}

.github/workflows/website.yml

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

3737
- name: Cache pnpm
38-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
38+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3939
with:
4040
path: |
4141
${{ steps.pnpm-store.outputs.PATH }}

0 commit comments

Comments
 (0)