Skip to content

Commit 695df42

Browse files
committed
Upgrade actions/cache to v5 to fix Node.js 20 deprecation warning
1 parent 58d6d63 commit 695df42

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
@@ -116,7 +116,7 @@ jobs:
116116
npm run build:css
117117
118118
- name: Cache Playwright browsers
119-
uses: actions/cache@v4
119+
uses: actions/cache@v5
120120
with:
121121
path: ~/.cache/ms-playwright
122122
key: playwright-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)