Skip to content

Commit

Permalink
build(deps): bump cypress-io/github-action from 5.0.7 to 5.1.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.0.7 to 5.1.0.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](cypress-io/github-action@v5.0.7...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 0962368 commit b09331a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-xray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
node-version: 18.x

- name: Cypress run all tests
uses: cypress-io/github-action@v5.0.7 # use the explicit version number
uses: cypress-io/github-action@v5.1.0 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
node-version: 18.x

- name: Cypress run all tests
uses: cypress-io/github-action@v5.0.7 # use the explicit version number
uses: cypress-io/github-action@v5.1.0 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
run: npx playwright install --with-deps webkit

- name: Cypress run all tests
uses: cypress-io/github-action@v5.0.7 # use the explicit version number
uses: cypress-io/github-action@v5.1.0 # use the explicit version number
with:
start: npm start
wait-on: "http://localhost:4200"
Expand Down

0 comments on commit b09331a

Please sign in to comment.