Skip to content

Commit

Permalink
Bump cypress-io/github-action from 5 to 6 (#19)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 1cfcf9d commit fbaec0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# This action is provided by Cypress. It installs node and the NPM
# dependencies, and caches them.
- name: Cypress install
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# NOTE: we don't actually run tests here!
runTests: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

# Run all cypress tests.
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# Simply start a python http server that exposes the build/ dir
start: python3 -m http.server --directory build 3000
Expand Down

0 comments on commit fbaec0c

Please sign in to comment.