Skip to content

Commit

Permalink
build(deps): bump cypress-io/github-action from 6.7.10 to 6.7.12
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.10 to 6.7.12.
- [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.10...v6.7.12)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent aa92ccb commit f522ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: node -v

- name: Run cypress
uses: cypress-io/github-action@v6.7.10
uses: cypress-io/github-action@v6.7.12
with:
browser: chrome
config-file: cypress.config.ts
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run cypress after cleanup
uses: cypress-io/github-action@v6.7.10
uses: cypress-io/github-action@v6.7.12
with:
browser: chrome
config-file: cypress-after.config.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run cypress
uses: cypress-io/github-action@v6.7.10
uses: cypress-io/github-action@v6.7.12
with:
browser: chrome
spec: cypress/**/*.cy.tsx
Expand Down

0 comments on commit f522ab8

Please # to comment.