Skip to content

Commit 814ed80

Browse files
chore(deps): update actions/cache action to v4 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ff525d commit 814ed80

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
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "PLAYWRIGHT_BROWSERS_PATH=$HOME\.cache\playwright-bin" >> $env:GITHUB_ENV
7171

7272
- name: Cache Playwright's binary
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
# Playwright removes unused browsers automatically
7676
# So does not need to add playwright version to key

0 commit comments

Comments
 (0)