From 2019ad462f8ed23d41d102e5d1833cd1cad19b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:40:35 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5 to 6 (#1367) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 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/v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 6b06dc9ab4..fc96a739ce 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -126,7 +126,7 @@ jobs: version: latest - name: Run Cypress - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 continue-on-error: true with: install: false