From ed2eb1b9f1fadf27961968fe7baf1c77d131835e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:45:34 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/actions/setup-playwright/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-playwright/action.yml b/.github/actions/setup-playwright/action.yml index e9c0244..63b8a7e 100644 --- a/.github/actions/setup-playwright/action.yml +++ b/.github/actions/setup-playwright/action.yml @@ -55,7 +55,7 @@ runs: - name: Cache Playwright browsers id: cache-playwright - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.playwright-cache-path.outputs.path }} key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.version }}-${{ inputs.browsers }}