Skip to content

Commit b575d23

Browse files
Update actions/cache action to v5
1 parent bf374fc commit b575d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Set up cache
4343
id: cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
key: cache/${{github.repository}}/${{github.ref}}
4747
restore-keys: cache/${{github.repository}}/refs/heads/master

0 commit comments

Comments
 (0)