From 7d31202594aa222e380ce3f531e2ef7163e72e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:54:30 +0000 Subject: [PATCH] chore(deps): bump daun/playwright-report-summary from 4.0.0 to 4.1.0 --- updated-dependencies: - dependency-name: daun/playwright-report-summary dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-admin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-admin.yml b/.github/workflows/ci-admin.yml index 24a4f49..bcb4d6f 100644 --- a/.github/workflows/ci-admin.yml +++ b/.github/workflows/ci-admin.yml @@ -197,7 +197,7 @@ jobs: # E2E step produced no results.json (e.g. an earlier step failed) — the # summary action errors on a missing report file. if: ${{ !cancelled() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && hashFiles('admin/ui/e2e/results.json') != '' }} - uses: daun/playwright-report-summary@8bb85779022480a59ed8d33d9a4b8bda1c67666b # v4.0.0 + uses: daun/playwright-report-summary@31ed947ec7a623d18a66cfd20ef546dc66ef8063 # v4.1.0 with: report-file: admin/ui/e2e/results.json