Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Bump cypress-io/github-action from 2.11.7 to 4.2.0 #1158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482
with:
spec: cypress/integration/index.spec.js
- name: Get Protected Status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482
with:
spec: cypress/integration/index.spec.js
- name: Publish Edge
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482
with:
spec: cypress/integration/index.spec.js
- name: Publish Release
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482
with:
spec: cypress/integration/index.spec.js
- name: Publish RC
Expand Down