Skip to content

Commit 85e6f76

Browse files
committed
update retry because of deprecation notice
1 parent a7e2393 commit 85e6f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# cache playwright browsers to speed up workflow
4949
- name: Cache Playwright browsers
5050
id: cache-playwright
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/ms-playwright
5454
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)