diff --git a/.github/workflows/cypress-release-test.yml b/.github/workflows/cypress-release-test.yml index 32f3a991e..cba8590d8 100644 --- a/.github/workflows/cypress-release-test.yml +++ b/.github/workflows/cypress-release-test.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run cypress - uses: cypress-io/github-action@v6.7.1 + uses: cypress-io/github-action@v6.7.2 with: browser: chrome spec: cypress/**/*.cy.tsx diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 784e7314a..266113d1d 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -62,7 +62,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run cypress - uses: cypress-io/github-action@v6.7.1 + uses: cypress-io/github-action@v6.7.2 with: browser: chrome spec: cypress/**/*.cy.tsx