Skip to content

Commit 64a24b7

Browse files
ci(deps): update actions/cache action to v4.2.2 (#1208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26ee7db commit 64a24b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/e2e.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Restore Playwright Browsers Cache
9595
id: restore-browsers-cache
96-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
96+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9797
with:
9898
path: ~/.cache/ms-playwright
9999
key: playwright-browsers-${{ runner.os }}-${{ steps.dependency-versions.outputs.playwright }}
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Save Playwright Browsers Cache
107107
if: steps.restore-browsers-cache.outputs.cache-hit != 'true'
108-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
108+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
109109
with:
110110
path: ~/.cache/ms-playwright
111111
key: ${{ steps.restore-browsers-cache.outputs.cache-primary-key }}
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Restore Playwright Browsers Cache
167167
id: restore-browsers-cache
168-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
168+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
169169
with:
170170
path: ~/.cache/ms-playwright
171171
key: playwright-browsers-${{ runner.os }}-${{ steps.dependency-versions.outputs.playwright }}
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Save Playwright Browsers Cache
179179
if: steps.restore-browsers-cache.outputs.cache-hit != 'true'
180-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
180+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
181181
with:
182182
path: ~/.cache/ms-playwright
183183
key: ${{ steps.restore-browsers-cache.outputs.cache-primary-key }}
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Restore Snapshots Cache
198198
id: restore-snapshots-cache
199-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
199+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
200200
with:
201201
path: tests/e2e/conversion.test.ts-snapshots
202202
key: "default-service-snapshots-${{ runner.os }}-${{ steps.dependency-versions.outputs.astro }}-${{ steps.dependency-versions.outputs.playwright }}-${{ steps.fixtures-hash.outputs.hash }}"
@@ -216,7 +216,7 @@ jobs:
216216

217217
- name: Save Snapshots Cache
218218
if: steps.restore-snapshots-cache.outputs.cache-hit != 'true'
219-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
219+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
220220
with:
221221
path: tests/e2e/conversion.test.ts-snapshots
222222
key: ${{ steps.restore-snapshots-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)