Skip to content

Commit

Permalink
chore(deps): update cypress-io/github-action action to v6.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lordrip committed Feb 5, 2025
1 parent a11bec5 commit c04c425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: firefox
# we have already installed all dependencies above
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: chrome
# we have already installed all dependencies above
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: edge
# we have already installed all dependencies above
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: firefox
# we have already installed all dependencies above
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: chrome
# we have already installed all dependencies above
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
path: packages/camel-catalog/dist

- name: 🔨 Cypress run
uses: cypress-io/[email protected].8
uses: cypress-io/[email protected].10
with:
browser: edge
# we have already installed all dependencies above
Expand Down

0 comments on commit c04c425

Please sign in to comment.