From 07eafe743963f22822b78b5632b15bd5becf8587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:31:44 +0000 Subject: [PATCH] Bump cypress-io/github-action from 2.11.7 to 4.1.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 4.1.0. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/2113e5bc19c45979ba123df6e07256d2aaba9a33...be2de7b1fe1cdafb4a3c8da0a3746476ef636b65) --- 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 | 2 +- .github/workflows/publish-edge.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d97c686..2f8913932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: | yarn build-web - name: Test Web - uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33 + uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 with: spec: cypress/integration/index.spec.js - name: Get Protected Status diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index 19bc30c3b..308c618dc 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -58,7 +58,7 @@ jobs: run: | yarn build-web - name: Test Web - uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33 + uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 with: spec: cypress/integration/index.spec.js - name: Publish Edge diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 682597773..1681d2835 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -58,7 +58,7 @@ jobs: run: | yarn build-web - name: Test Web - uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33 + uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 with: spec: cypress/integration/index.spec.js - name: Publish Release @@ -111,7 +111,7 @@ jobs: run: | yarn build-web - name: Test Web - uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33 + uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 with: spec: cypress/integration/index.spec.js - name: Publish RC