From df754a1d6db95322079a418808f4aa8a5afbd206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:58:19 +0100 Subject: [PATCH] Bump cypress-io/github-action from 4 to 5 (#3938) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 5. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/v4...v5) --- 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 615ba3237b..996748525d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -125,7 +125,7 @@ jobs: KEYCLOAK_ADMIN_PASSWORD: admin - name: Run Cypress - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v5 continue-on-error: true with: install: false