From 1d5f4319f19cdba3a510c0d1b84b20bb5ec7af90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 01:24:32 +0000 Subject: [PATCH] Bump cypress-io/github-action from 2.11.7 to 3.0.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 3.0.0. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/2113e5bc19c45979ba123df6e07256d2aaba9a33...2f2f346ca14c89ebbc0c92d50d1cd29f4c6d3339) --- 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 15e10fc61..ee9d95992 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@2f2f346ca14c89ebbc0c92d50d1cd29f4c6d3339 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..d7dabd8ad 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@2f2f346ca14c89ebbc0c92d50d1cd29f4c6d3339 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 bb32c4348..a3943581d 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@2f2f346ca14c89ebbc0c92d50d1cd29f4c6d3339 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@2f2f346ca14c89ebbc0c92d50d1cd29f4c6d3339 with: spec: cypress/integration/index.spec.js - name: Publish RC