From 70d4944b5f78c5bcb433b4a242a9c748eb14237c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:16:31 +0000 Subject: [PATCH] Bump cypress-io/github-action from 7.3.0 to 7.4.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.3.0 to 7.4.0. - [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/dace029018fcdf86e0df89a31bc3cfa5b32570d8...948d67d3074f1bbb6379c8bdbb04e95d2f8e593f) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 31248f0301..e497fc3fad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -173,7 +173,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Run UI E2E (Cypress) Tests - OS - uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 + uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0 with: install: false config-file: config/cypress-os.config.js @@ -215,7 +215,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Run UI E2E (Cypress) Tests - EE - uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 + uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0 with: install: false config-file: config/cypress-ee.config.js