Skip to content

Commit

Permalink
Bump cypress-io/github-action from 5 to 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 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent 1948798 commit 2ea5eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
systemctl --user -l status starsky
- name: Run Cypress in Electron
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_BASE_URL: http://localhost:4000
cypress_name: local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end2end-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: .\pm2-warmup.ps1 -port 4000

- name: Run Cypress in Electron
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_BASE_URL: http://localhost:4000
cypress_name: local
Expand Down

0 comments on commit 2ea5eff

Please sign in to comment.