From aec2c640bb8c91024e938f7be8eb2fec240a5ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:15:41 +0000 Subject: [PATCH] Bump cypress-io/github-action from 6.7.6 to 6.7.7 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.6 to 6.7.7. - [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/v6.7.6...v6.7.7) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ece8b7..2519aab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: npx wait-on http://localhost:$FRONTEND_PORT - name: Cypress run (UI tests) - uses: cypress-io/github-action@v6.7.6 + uses: cypress-io/github-action@v6.7.7 - name: On E2E test failure, print logs if: failure()