Skip to content

Commit 522bb56

Browse files
fix/ci/bump-actions-cache-from-v4-to-v5 (#59)
1 parent 64ce6b7 commit 522bb56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

184184
- name: Cache Playwright browsers
185185
id: cache-playwright
186-
uses: actions/cache@v4
186+
uses: actions/cache@v5
187187
with:
188188
path: ~/.cache/ms-playwright
189189
key: playwright-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)