From ce86e2f93e36ba8739a88cf3fe82117bab24b33d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:07:59 +0000 Subject: [PATCH] build(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 78ebb9dd..23bedf36 100644 --- a/.github/workflows/cross-browser.yml +++ b/.github/workflows/cross-browser.yml @@ -78,7 +78,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 run start:local