diff --git a/.github/workflows/00-install-cypress.yml b/.github/workflows/00-install-cypress.yml index 68e422ce2..da354777f 100644 --- a/.github/workflows/00-install-cypress.yml +++ b/.github/workflows/00-install-cypress.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: 💻 Install dependencies - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7 with: working-directory: e2e runTests: false diff --git a/.github/workflows/02-cypress.yml b/.github/workflows/02-cypress.yml index ab56bccca..721265213 100644 --- a/.github/workflows/02-cypress.yml +++ b/.github/workflows/02-cypress.yml @@ -41,7 +41,7 @@ jobs: - name: 🧪 Cypress run # Install NPM dependencies and run all Cypress tests - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7 with: working-directory: e2e start: npx http-server@14.1.1 out