From 138c5a8125043d84d0e2573a45695fd1af6cb57b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:12:16 +0900 Subject: [PATCH] chore(deps): update actions/cache digest to 27d5ce7 (#997) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6179cfca..6e14b834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - name: Cache Cypress binaries if: matrix.e2e-framework == 'cypress' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: # TODO: avoid snowballing by adding version key: ${{ runner.os }}-cypress-bin @@ -198,7 +198,7 @@ jobs: - name: Cache Playwright binaries if: matrix.e2e-framework == 'playwright' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: # Playwright removes unused browsers automatically # So does not need to add playwright version to key @@ -301,7 +301,7 @@ jobs: - name: Cache Cypress binaries if: matrix.e2e-framework == 'cypress' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: # TODO: avoid snowballing by adding version key: ${{ runner.os }}-cypress-bin @@ -309,7 +309,7 @@ jobs: - name: Cache Playwright binaries if: matrix.e2e-framework == 'playwright' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: # Playwright removes unused browsers automatically # So does not need to add playwright version to key -- 2.47.3