Skip to content

Commit 2cd3c68

Browse files
build(deps): bump actions/cache from 5 to 6 (#130)
1 parent fa030f4 commit 2cd3c68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Cache Playwright browsers
4444
id: playwright-cache
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ~/.cache/ms-playwright
4848
key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Cache Playwright browsers
111111
id: playwright-cache
112-
uses: actions/cache@v5
112+
uses: actions/cache@v6
113113
with:
114114
path: ~/.cache/ms-playwright
115115
key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)