From d5074aef1df9e7f9719fb6e608434877983365eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:53:06 +0000 Subject: [PATCH] Update cypress-io/github-action action to v7 --- .github/workflows/run-e2e-dev.yml | 2 +- .github/workflows/run-e2e-prod.yml | 2 +- .github/workflows/run-e2e-stage.yml | 2 +- .github/workflows/run-e2e-ui-starter.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-e2e-dev.yml b/.github/workflows/run-e2e-dev.yml index 9c51e54..40636bd 100644 --- a/.github/workflows/run-e2e-dev.yml +++ b/.github/workflows/run-e2e-dev.yml @@ -34,7 +34,7 @@ jobs: # Install npm dependencies, cache them correctly and run all Cypress tests - name: Cypress run id: cypress - uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: install-command: yarn install env: diff --git a/.github/workflows/run-e2e-prod.yml b/.github/workflows/run-e2e-prod.yml index 86353e3..4e28cf9 100644 --- a/.github/workflows/run-e2e-prod.yml +++ b/.github/workflows/run-e2e-prod.yml @@ -46,7 +46,7 @@ jobs: # Install npm dependencies, cache them correctly and run all Cypress tests - name: Cypress run id: cypress - uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: install-command: yarn install env: diff --git a/.github/workflows/run-e2e-stage.yml b/.github/workflows/run-e2e-stage.yml index a696d51..e0d4502 100644 --- a/.github/workflows/run-e2e-stage.yml +++ b/.github/workflows/run-e2e-stage.yml @@ -44,7 +44,7 @@ jobs: # Install npm dependencies, cache them correctly and run all Cypress tests - name: Cypress run id: cypress - uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: install-command: yarn install env: diff --git a/.github/workflows/run-e2e-ui-starter.yml b/.github/workflows/run-e2e-ui-starter.yml index 8031cc1..ccbd49b 100644 --- a/.github/workflows/run-e2e-ui-starter.yml +++ b/.github/workflows/run-e2e-ui-starter.yml @@ -28,7 +28,7 @@ jobs: # Install npm dependencies, cache them correctly and run all Cypress tests - name: Cypress run id: cypress - uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: install-command: yarn install spec: cypress/e2e/5-ui-starter/ui-starter.cy.js