From 83e71cf84a84a5ee45f9fb108cc0fa2a260980e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:41:04 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 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/v5...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/deploy.yml | 2 +- .github/workflows/promote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 921775d1a3..22ab30e7f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -480,7 +480,7 @@ jobs: - name: Cypress -- Chrome id: cypress - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: config: baseUrl=${{ needs.finishing-prep.outputs.application-endpoint }} record: true diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 108ed14b88..d0f10b89db 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -240,7 +240,7 @@ jobs: - name: Cypress on Prod -- Chrome id: cypress - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: install: false config: baseUrl=https://mc-review.onemac.cms.gov