diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca4581fc8..8a4b5189e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: Install Cypress run: pnpm cypress install - name: Run cypress tests - uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 + uses: cypress-io/github-action@57759c96de6558800c9f4ca0891ee00208151c43 with: install: true command: pnpm test.ci