From eb9dc01c80a741fd995e67b623e5d4ad2db17d0b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jul 2026 19:14:25 +0000 Subject: [PATCH] deps: update daun/playwright-report-summary action to v4.1.0 --- .github/workflows/pr-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-report.yml b/.github/workflows/pr-report.yml index bd82a008..b0a0c1e0 100644 --- a/.github/workflows/pr-report.yml +++ b/.github/workflows/pr-report.yml @@ -124,7 +124,7 @@ jobs: - name: Playwright report summary if: steps.download.outcome == 'success' - uses: daun/playwright-report-summary@8bb85779022480a59ed8d33d9a4b8bda1c67666b # v4.0.0 + uses: daun/playwright-report-summary@31ed947ec7a623d18a66cfd20ef546dc66ef8063 # v4.1.0 with: report-file: playwright/playwright-results.json comment-title: Playwright E2E Results