Skip to content

Commit 7ee18f5

Browse files
Bump actions/cache from 4 to 5 (#2626)
Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ba13f9 commit 7ee18f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Restore Playwright browsers from cache
4242
id: playwright-cache
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: ~/.cache/ms-playwright
4646
key: ${{ runner.os }}-playwright-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)