Skip to content

Commit

Permalink
chore(deps): update cypress-io/github-action action to v6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lhein committed Sep 3, 2024
1 parent 7d9abe0 commit c43f929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/github-action@v6.7.3
uses: cypress-io/github-action@v6.7.5
with:
browser: firefox
# we have already installed all dependencies above
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/github-action@v6.7.3
uses: cypress-io/github-action@v6.7.5
with:
browser: chrome
# we have already installed all dependencies above
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
path: packages/camel-catalog/dist

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

0 comments on commit c43f929

Please sign in to comment.