Skip to content

Commit

Permalink
Bump cypress-io/github-action from 5 to 6 (#585)
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](cypress-io/github-action@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent 81f3b0c commit 0461fe6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache: 'npm'

- name: Cypress CI Run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
wait-on: 'https://dev-datastore.iatistandard.org'
config-file: cypress.config.dev.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version-file: ".nvmrc"

- name: Cypress CI Run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
command-prefix: "--"
build: npm run build:development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cache: "npm"

- name: Cypress CI Run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
wait-on: "https://datastore.iatistandard.org"
config-file: cypress.config.prod.js
2 changes: 1 addition & 1 deletion .github/workflows/main_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version-file: ".nvmrc"

- name: Cypress CI Run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
command-prefix: "--"
build: npm run build:development
Expand Down

0 comments on commit 0461fe6

Please sign in to comment.