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: |