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