Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump cypress-io/github-action from 5.2.0 to 5.3.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.2.0 to 5.3.0.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](cypress-io/github-action@v5.2.0...v5.3.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 9, 2023
1 parent 001e9ca commit c172787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: should-we-record

- name: 👩‍🏭 Cypress install
uses: cypress-io/github-action@v5.2.0
uses: cypress-io/github-action@v5.3.0
with:
runTests: false
build: yarn build
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: 🤓 Set KAOTO_API
run: echo "KAOTO_API=http://kaoto:8081" > .env
- name: 🔨 Cypress run
uses: cypress-io/github-action@v5.2.0
uses: cypress-io/github-action@v5.3.0
with:
browser: firefox
# we have already installed all dependencies above
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: echo "KAOTO_API=http://kaoto:8081" > .env

- name: 🔨 Cypress run
uses: cypress-io/github-action@v5.2.0
uses: cypress-io/github-action@v5.3.0
with:
browser: chrome
# we have already installed all dependencies above
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
run: echo "KAOTO_API=http://kaoto:8081" > .env

- name: 🔨 Cypress run
uses: cypress-io/github-action@v5.2.0
uses: cypress-io/github-action@v5.3.0
with:
browser: edge
# we have already installed all dependencies above
Expand Down

0 comments on commit c172787

Please sign in to comment.