From 76f9cf6b4824ed29878511b7dcc5928adef21c61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:26:07 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 64b2b5e..f080f4b 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -31,7 +31,7 @@ jobs: - name: Get installed Playwright version for cache key run: echo "PLAYWRIGHT_VERSION=$(yq eval '.version' --output-format=yaml ./node_modules/@playwright/test/package.json)" >> $GITHUB_ENV - name: Cache Playwright browser binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-browser-cache with: path: |