Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit b68fcd2

Browse files
chore(deps): update actions/cache action to v4 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37f002c commit b68fcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "pnpm"
2222
cache-dependency-path: "**/pnpm-lock.yaml"
2323
- run: pnpm install --frozen-lockfile --prefer-offline
24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
key: playwright-bin
2727
path: ~/.cache/ms-playwright

0 commit comments

Comments
 (0)