Skip to content

Commit 94cac0a

Browse files
chore(deps): update actions/cache action to v4 (#15676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 639bbd6 commit 94cac0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Cache Playwright's binary
100100
if: steps.changed-files.outputs.only_changed != 'true'
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
104104
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}

0 commit comments

Comments
 (0)