From b68fcd2e389aa5c2af2b1b01b07f7e699f385c52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:21:34 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df74586..8c6f8ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: cache: "pnpm" cache-dependency-path: "**/pnpm-lock.yaml" - run: pnpm install --frozen-lockfile --prefer-offline - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: playwright-bin path: ~/.cache/ms-playwright