diff --git a/.github/workflows/e2e-tests-xray_frontend.yml b/.github/workflows/e2e-tests-xray_frontend.yml index f86969bc58..885f73cdd0 100644 --- a/.github/workflows/e2e-tests-xray_frontend.yml +++ b/.github/workflows/e2e-tests-xray_frontend.yml @@ -102,7 +102,7 @@ jobs: node-version: 20.x - name: Cypress run all tests - uses: cypress-io/github-action@v6.6.1 # use the explicit version number + uses: cypress-io/github-action@v6.7.0 # use the explicit version number with: start: npm run start:auth:e2ea wait-on: "http://localhost:4200" @@ -165,7 +165,7 @@ jobs: # node-version: 18.x # # - name: Cypress run all tests - # uses: cypress-io/github-action@v6.6.1 # use the explicit version number + # uses: cypress-io/github-action@v6.7.0 # use the explicit version number # with: # start: npm start # wait-on: "http://localhost:4200" @@ -228,7 +228,7 @@ jobs: # run: npx playwright install --with-deps webkit # # - name: Cypress run all tests - # uses: cypress-io/github-action@v6.6.1 # use the explicit version number + # uses: cypress-io/github-action@v6.7.0 # use the explicit version number # with: # start: npm start:auth:e2ea # wait-on: "http://localhost:4200"