diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 32c1bc457..bcdf06cfd 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -118,7 +118,7 @@ jobs: run: ./node_modules/cypress/bin/cypress install - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb # v6.7.7 + uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b # v6.7.8 with: # We already installed the dependencies in the init job install: false