diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index acb87dc4b6..60c5d06f61 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -132,7 +132,7 @@ jobs: id: test-cypress # Always run, even if playwright has failed if: always() - uses: cypress-io/github-action@v5.8.3 + uses: cypress-io/github-action@v6.5.0 with: working-directory: tests/end2end spec: cypress/integration/*-ghaction.js