From 276f35f7b2d5986520fcb213fe0a17a7d93f9db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 19:09:31 +0000 Subject: [PATCH] Bump cypress-io/github-action from 4 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 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/v4...v6) --- 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a25c97dd2..1f34b8194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: run: yarn run build - name: Run E2E Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 with: working-directory: ui install: false @@ -82,7 +82,7 @@ jobs: wait-on: 'http://localhost:5000' - name: Run Component Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 with: working-directory: ui install: false