Skip to content

Commit b94b7f3

Browse files
build(deps): bump cypress-io/github-action from 6 to 7
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6 to 7. - [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@v6...v7) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11bc953 commit b94b7f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/00-install-cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: 💻 Install dependencies
16-
uses: cypress-io/github-action@v6
16+
uses: cypress-io/github-action@v7
1717
with:
1818
working-directory: e2e
1919
runTests: false

.github/workflows/02-cypress.yml

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

4242
- name: 🧪 Cypress run
4343
# Install NPM dependencies and run all Cypress tests
44-
uses: cypress-io/github-action@v6
44+
uses: cypress-io/github-action@v7
4545
with:
4646
working-directory: e2e
4747
start: npx http-server@14.1.1 out

0 commit comments

Comments
 (0)