From 3260410227a482b02f735a6c36e539211c38eba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:44:01 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 7.4.2 to 7.4.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.4.2 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/c32f12761482a282d24ca0fd7466d8ae86f54ba8...09090944bd8aaa2a517cefb6e38bf1aae336b42b) --- 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/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fccabf8df..3bdedfb183 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@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 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@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 with: install: false config-file: config/cypress-ee.config.js