From 33d7c9360cdc433b1951dfa9c8161b54c6cbc62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 19:17:02 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 7.4.3 to 7.4.4 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.4.3 to 7.4.4. - [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/09090944bd8aaa2a517cefb6e38bf1aae336b42b...01e3b659a495b41649cdd0aa82e1d1624e26520b) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cross-browser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-browser.yml b/.github/workflows/cross-browser.yml index 993e8b48..57721f44 100644 --- a/.github/workflows/cross-browser.yml +++ b/.github/workflows/cross-browser.yml @@ -49,7 +49,7 @@ jobs: run: npm ci - name: Run cross-browser tests - uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 + uses: cypress-io/github-action@01e3b659a495b41649cdd0aa82e1d1624e26520b # v7.4.4 with: browser: ${{ matrix.browser }} start: npm start