From 1157eca13335497d102f3d2d9a8c39c82a6a0ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:35:30 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 7.4.1 to 7.4.2 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.4.1 to 7.4.2. - [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/fa4a118725a8f001170d49631ea89e5d66fee626...c32f12761482a282d24ca0fd7466d8ae86f54ba8) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.4.2 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 c72349f3..f6e63dd7 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@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 + uses: cypress-io/github-action@c32f12761482a282d24ca0fd7466d8ae86f54ba8 # v7.4.2 with: browser: ${{ matrix.browser }} start: npm start