From 202d0a7632aa07ea241e26b96339f7aa4cef31a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:07:53 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0a677ebb..b60d1538 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -41,7 +41,7 @@ jobs: - name: Set up cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: cache/${{github.repository}}/${{github.ref}} restore-keys: cache/${{github.repository}}/refs/heads/master