diff --git a/.github/actions/setup-playwright/action.yml b/.github/actions/setup-playwright/action.yml index a9a167f4..86e59382 100644 --- a/.github/actions/setup-playwright/action.yml +++ b/.github/actions/setup-playwright/action.yml @@ -16,7 +16,7 @@ runs: - name: Cache Playwright id: playwright-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/ms-playwright key: playwright-${{ runner.os }}-${{ env.PLAYWRIGHT_VERSION }}