From d645724d12f3f3ef32fd8c121cb6faa828deac98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:20:08 +0000 Subject: [PATCH] Bump cypress-io/github-action from 2 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2 to 6. - [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/v2...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e64848429..ef3789b6ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: run: yarn install - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 with: start: yarn start:storybook:test wait-on: "http://localhost:57021"