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

Commit

Permalink
Bump cypress-io/github-action from 2.11.5 to 2.11.6
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2.11.5 to 2.11.6.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](cypress-io/github-action@d2b5039...6122aa4)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2021
1 parent ca26f30 commit 3ba8425
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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

0 comments on commit 3ba8425

Please sign in to comment.