We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa030f4 commit 2cd3c68Copy full SHA for 2cd3c68
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Cache Playwright browsers
44
id: playwright-cache
45
- uses: actions/cache@v5
+ uses: actions/cache@v6
46
with:
47
path: ~/.cache/ms-playwright
48
key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
0 commit comments