From 7818bfeedb3ce030ea39d5559b596aaa7267543b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:38:17 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 7.1.6 to 7.1.8 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.6 to 7.1.8. - [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/82482149c343a5dee155d22104111b9319f9dd45...4c06c48f3ffea349b7189aa06dfcda47a9fa7b92) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 39db1197..45de48ba 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: "lts/*" - - uses: cypress-io/github-action@82482149c343a5dee155d22104111b9319f9dd45 # v7.1.6 + - uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8 with: start: yarn docs wait-on: "http://localhost:9009"