Skip to content

Commit

Permalink
build(deps): bump cypress-io/github-action from 6.7.5 to 6.7.6
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.5 to 6.7.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@496e7dc...0da3c06)

---
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]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Sep 9, 2024
1 parent b61b9e7 commit f4fa114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run test

- name: Browser version testing
uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf
uses: cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e
with:
command-prefix: '--'
install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm run test

- name: Browser version testing
uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf
uses: cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e
with:
command-prefix: '--'
install: false
Expand Down

0 comments on commit f4fa114

Please sign in to comment.