From d833064178d4256f4affaeab8ae87f66ac878aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 01:09:57 +0000 Subject: [PATCH] Bump cypress-io/github-action from 2.11.7 to 3.0.2 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 3.0.2. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/2113e5bc19c45979ba123df6e07256d2aaba9a33...90f0f494f47dd0a22ac4759978de892d3e3fd340) --- 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 f7f990627..5191c6f0a 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@90f0f494f47dd0a22ac4759978de892d3e3fd340 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..1d8d7b786 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@90f0f494f47dd0a22ac4759978de892d3e3fd340 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..27cb7531d 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@90f0f494f47dd0a22ac4759978de892d3e3fd340 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@90f0f494f47dd0a22ac4759978de892d3e3fd340 with: spec: cypress/integration/index.spec.js - name: Publish RC