Skip to content

Commit 2111cdf

Browse files
chore(deps): update actions/cache action to v5
1 parent 4b3cc65 commit 2111cdf

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
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848

4949
- name: cache playwright browsers
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: /home/runner/.cache/ms-playwright
5353
key: ${{ runner.os }}-playwright-browsers-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)