From 1cc6bdb6f77439c84b626ef8af97d2bd9aa6bd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:23:18 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5.8.3 to 6.5.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.3 to 6.5.0. - [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.8.3...v6.5.0) --- 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/e2e_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index acb87dc4b6..60c5d06f61 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -132,7 +132,7 @@ jobs: id: test-cypress # Always run, even if playwright has failed if: always() - uses: cypress-io/github-action@v5.8.3 + uses: cypress-io/github-action@v6.5.0 with: working-directory: tests/end2end spec: cypress/integration/*-ghaction.js