From 9d6d7b329c667e445d286227eab56505b38c95e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:48:16 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d66735..b6e30d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: - if: ${{ contains(matrix.e2e-framework, 'cypress') }} name: Cache Cypress binaries id: cache-cypress - uses: actions/cache@v4 + uses: actions/cache@v5 with: # TODO: avoid snowballing by adding version key: ${{ runner.os }}-cypress-bin @@ -157,7 +157,7 @@ jobs: - if: ${{ contains(matrix.e2e-framework, 'playwright') }} name: Cache Playwright's binary - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Playwright removes unused browsers automatically # So does not need to add playwright version to key