Skip to content

Commit f07fd01

Browse files
chore(deps): bump cypress-io/github-action from 5 to 6
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]>
1 parent c13e454 commit f07fd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/01-cypress.yml

+1-1
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)