Skip to content

Commit b95440c

Browse files
chore(deps): bump cypress-io/github-action from 5 to 6 (#81)
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>
1 parent 2b663f9 commit b95440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/01-cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: 🧪 Cypress run
2727
# Install NPM dependencies and run all Cypress tests
28-
uses: cypress-io/github-action@v5
28+
uses: cypress-io/github-action@v6
2929
with:
3030
start: npm run serve
3131
wait-on: "http://localhost:8080"

0 commit comments

Comments
 (0)