93
93
94
94
- name : Restore Playwright Browsers Cache
95
95
id : restore-browsers-cache
96
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
96
+ uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
97
97
with :
98
98
path : ~/.cache/ms-playwright
99
99
key : playwright-browsers-${{ runner.os }}-${{ steps.dependency-versions.outputs.playwright }}
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
- name : Save Playwright Browsers Cache
107
107
if : steps.restore-browsers-cache.outputs.cache-hit != 'true'
108
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
108
+ uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
109
109
with :
110
110
path : ~/.cache/ms-playwright
111
111
key : ${{ steps.restore-browsers-cache.outputs.cache-primary-key }}
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
- name : Restore Playwright Browsers Cache
167
167
id : restore-browsers-cache
168
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
168
+ uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
169
169
with :
170
170
path : ~/.cache/ms-playwright
171
171
key : playwright-browsers-${{ runner.os }}-${{ steps.dependency-versions.outputs.playwright }}
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
- name : Save Playwright Browsers Cache
179
179
if : steps.restore-browsers-cache.outputs.cache-hit != 'true'
180
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
180
+ uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
181
181
with :
182
182
path : ~/.cache/ms-playwright
183
183
key : ${{ steps.restore-browsers-cache.outputs.cache-primary-key }}
@@ -196,7 +196,7 @@ jobs:
196
196
197
197
- name : Restore Snapshots Cache
198
198
id : restore-snapshots-cache
199
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
199
+ uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
200
200
with :
201
201
path : tests/e2e/conversion.test.ts-snapshots
202
202
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:
216
216
217
217
- name : Save Snapshots Cache
218
218
if : steps.restore-snapshots-cache.outputs.cache-hit != 'true'
219
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
219
+ uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
220
220
with :
221
221
path : tests/e2e/conversion.test.ts-snapshots
222
222
key : ${{ steps.restore-snapshots-cache.outputs.cache-primary-key }}
0 commit comments