From 00fc7a87f7ce81b6abe0856847e270f3d506d400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:55:24 +0000 Subject: [PATCH] Bump cypress-io/github-action from 7.1.1 to 7.1.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.1 to 7.1.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/0f330ebf0d60f87608ed72f1d6232e5644aa3171...e44ee0fa67251ab7e2d854d85b3a466577f47d14) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 640f3205..6ce8cc7b 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Run Linting Tests run: npm run lint - name: Run Dashboard E2E (Cypress) Tests - uses: cypress-io/github-action@0f330ebf0d60f87608ed72f1d6232e5644aa3171 # v7.1.1 + uses: cypress-io/github-action@e44ee0fa67251ab7e2d854d85b3a466577f47d14 # v7.1.3 with: install: false config-file: cypress.config.js