Skip to content

Commit 0d01066

Browse files
build(deps): bump cypress-io/github-action from 6.7.9 to 6.7.10
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.9 to 6.7.10. - [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.7.9...v6.7.10) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63b872d commit 0d01066

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cypress-release-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: node -v
4747

4848
- name: Run cypress
49-
uses: cypress-io/[email protected].9
49+
uses: cypress-io/[email protected].10
5050
with:
5151
browser: chrome
5252
config-file: cypress.config.ts
@@ -83,7 +83,7 @@ jobs:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Run cypress after cleanup
86-
uses: cypress-io/[email protected].9
86+
uses: cypress-io/[email protected].10
8787
with:
8888
browser: chrome
8989
config-file: cypress-after.config.ts

.github/workflows/cypress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v4
6464
- name: Run cypress
65-
uses: cypress-io/[email protected].9
65+
uses: cypress-io/[email protected].10
6666
with:
6767
browser: chrome
6868
spec: cypress/**/*.cy.tsx

0 commit comments

Comments
 (0)