Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Bump cypress-io/github-action from 5.8.3 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.3 to 6.5.0.
- [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.8.3...v6.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2023
1 parent 83c1e86 commit b0d7458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Cypress run Chrome
uses: cypress-io/github-action@v5.8.3
uses: cypress-io/github-action@v6.5.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand All @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cypress run Firefox
uses: cypress-io/github-action@v5.8.3
uses: cypress-io/github-action@v6.5.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v3

- name: Cypress run Chrome
uses: cypress-io/github-action@v5.8.3
uses: cypress-io/github-action@v6.5.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand All @@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cypress run Firefox
uses: cypress-io/github-action@v5.8.3
uses: cypress-io/github-action@v6.5.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down

0 comments on commit b0d7458

Please sign in to comment.