From a619b4cfb5a0d6fa42aabce74b64062da170ae0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:54:09 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5.8.3 to 6.6.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.3 to 6.6.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/d69252d52b9a31bad4f418f05ba2bc83687a02eb...ebe8b24c4428922d0f793a5c4c96853a633180e3) --- 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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 485ee873..e79f8d80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: just test - name: Cypress run - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb #v5.8.3 + uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 #v6.6.0 with: start: just run wait-on: "http://localhost:8000/" @@ -83,7 +83,7 @@ jobs: - name: Run tests run: just test - name: Cypress run - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb #v5.8.3 + uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 #v6.6.0 with: start: just run wait-on: "http://localhost:8000/"