From 6fbc93ae1a047f352304a16e1c9744b6d653ccbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:22:59 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 7.4.1 to 7.4.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.4.1 to 7.4.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v7.4.1...v7.4.3) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72fe60fd96f..d9298a3baa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: # https://github.com/cypress-io/github-action # (NOTE: to run these e2e tests locally, just use 'ng e2e') - name: Run e2e tests (integration tests) - uses: cypress-io/github-action@v7.4.1 + uses: cypress-io/github-action@v7.4.3 with: # Run tests in Chrome, headless mode (default) browser: chrome