From b575d23df4c5af7beb2ea3114f71d9e2d129f293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:15:49 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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 0a677eb..10d3562 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@v5 with: key: cache/${{github.repository}}/${{github.ref}} restore-keys: cache/${{github.repository}}/refs/heads/master