From 12f47e05d3097ec19d696d7c77766ddbd24b4e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 20:17:20 +0100 Subject: [PATCH] chore: Bump cypress-io/github-action from 2 to 4 (#6440) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2 to 4. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/v2...v4) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6e13cc7ac..80aa4876d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -115,7 +115,7 @@ jobs: - name: Find google-chrome run: which google-chrome || true - - uses: cypress-io/github-action@v2 + - uses: cypress-io/github-action@v4 id: cypress continue-on-error: true with: