From 67711b6f21bc169dbbce59f6a9f5dc53136cfaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 01:27:39 +0000 Subject: [PATCH] Bump cypress-io/github-action from 2.11.7 to 3.0.6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.7 to 3.0.6. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/2113e5bc19c45979ba123df6e07256d2aaba9a33...a45da79a2ea5457403a080c4fcc0ea3daf6924a0) --- 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..2ad4a562a 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@a45da79a2ea5457403a080c4fcc0ea3daf6924a0 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..a2e11cf7e 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@a45da79a2ea5457403a080c4fcc0ea3daf6924a0 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..04a6feb49 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@a45da79a2ea5457403a080c4fcc0ea3daf6924a0 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@a45da79a2ea5457403a080c4fcc0ea3daf6924a0 with: spec: cypress/integration/index.spec.js - name: Publish RC