From 7479a3cac925ac3779d701b2c243bfbdce932fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:46:27 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.5 --- .github/actions/playwright-setup/action.yml | 2 +- .github/actions/pnpm-setup/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/playwright-setup/action.yml b/.github/actions/playwright-setup/action.yml index 11fba62..fe7d594 100644 --- a/.github/actions/playwright-setup/action.yml +++ b/.github/actions/playwright-setup/action.yml @@ -14,7 +14,7 @@ runs: - name: Cache Playwright browsers id: cache-playwright - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.version }} diff --git a/.github/actions/pnpm-setup/action.yml b/.github/actions/pnpm-setup/action.yml index 7c54c6c..69c1181 100644 --- a/.github/actions/pnpm-setup/action.yml +++ b/.github/actions/pnpm-setup/action.yml @@ -22,7 +22,7 @@ runs: run: | echo "store-path=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 name: Setup pnpm cache with: path: ${{ steps.pnpm-store.outputs.store-path }}