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

Commit

Permalink
Merge pull request #973 from EOSIO/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…cypress-io/github-action-2.11.6

Bump cypress-io/github-action from 2.11.5 to 2.11.6
  • Loading branch information
Brad Hart authored Jul 8, 2021
2 parents ca26f30 + a1a035f commit 6434716
Show file tree
Hide file tree
Showing 7 changed files with 200 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
with:
spec: cypress/integration/index.spec.js
- name: Get Protected Status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
with:
spec: cypress/integration/index.spec.js
services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
with:
spec: cypress/integration/index.spec.js
services:
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 @@ -38,7 +38,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
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 @@ -38,7 +38,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
with:
spec: cypress/integration/index.spec.js
- name: Publish Release
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@d2b5039cb4888cf1f0bb9e808f904f7093e0cb2a
uses: cypress-io/github-action@6122aa43014e18ec9c2d06fc0bdc5b6759064508
with:
spec: cypress/integration/index.spec.js
- name: Publish RC
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"devDependencies": {
"@blockone/eslint-config-blockone": "^4.0.1",
"@cypress/skip-test": "^2.6.1",
"@types/elliptic": "^6.4.12",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.4",
"@types/node-fetch": "^2.5.10",
"@types/pako": "^1.0.1",
"@types/elliptic": "^6.4.13",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.5",
"@types/node-fetch": "^2.5.11",
"@types/pako": "^1.0.2",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"crypto-browserify": "^3.12.0",
"cypress": "^7.6.0",
"cypress": "^7.7.0",
"eosjs-ecc": "^4.0.7",
"eslint": "^7.30.0",
"jest": "^26.6.3",
Expand All @@ -53,7 +53,7 @@
"ts-jest": "^26.5.6",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.42.1",
"webpack": "^5.43.0",
"webpack-cli": "^4.7.2"
},
"jest": {
Expand Down
374 changes: 187 additions & 187 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6434716

Please sign in to comment.