From ec55d7050cb2c4250ab5561d6349afba46e2ead5 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:21:38 +0000 Subject: [PATCH] chore(deps): 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 fe487738..870b518d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -174,7 +174,7 @@ jobs: - name: Cache Playwright id: cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ~/.cache/ms-playwright key: playwright-${{ steps.version.outputs.version }}