Skip to content

Commit 6f1bbf9

Browse files
chore(deps): update actions/cache action to v5 (#564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a26aac commit 6f1bbf9

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

3535
- name: Cache Playwright's binary
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
# Playwright removes unused browsers automatically
3939
# So does not need to add playwright version to key

0 commit comments

Comments
 (0)