From 35bf8df0c01abd8d4040e67e445a747505e5a7ea Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 4 May 2026 15:58:04 +0800 Subject: [PATCH] bump ci action --- .github/actions/setup-playwright/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}