From d98271c109b2a1923b3a0d366906fc7076bf989f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:59:47 +0000 Subject: [PATCH] chore(deps): bump daun/playwright-report-summary from 3 to 4 Bumps [daun/playwright-report-summary](https://github.com/daun/playwright-report-summary) from 3 to 4. - [Release notes](https://github.com/daun/playwright-report-summary/releases) - [Changelog](https://github.com/daun/playwright-report-summary/blob/main/CHANGELOG.md) - [Commits](https://github.com/daun/playwright-report-summary/compare/v3...v4) --- updated-dependencies: - dependency-name: daun/playwright-report-summary dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 02fdbc226..904772951 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -62,7 +62,7 @@ jobs: retention-days: 2 - name: Publish Playwright Test Summary - uses: daun/playwright-report-summary@v3 + uses: daun/playwright-report-summary@v4 if: steps.playwright-tests.conclusion != 'skipped' with: create-comment: ${{ github.event.pull_request.head.repo.full_name == github.repository }}