diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7f990627..2f07d0784 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@53cc3178f59cc99b5519c29c14a182fb98ea4f31 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..3c8488133 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@53cc3178f59cc99b5519c29c14a182fb98ea4f31 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..c8f0ec81d 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@53cc3178f59cc99b5519c29c14a182fb98ea4f31 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@53cc3178f59cc99b5519c29c14a182fb98ea4f31 with: spec: cypress/integration/index.spec.js - name: Publish RC