diff --git a/.github/workflows/cypress-release-test.yml b/.github/workflows/cypress-release-test.yml index 03543a35..e1474f33 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.2 + uses: cypress-io/github-action@v6.7.6 with: browser: chrome config-file: cypress.config.ts diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 1ad08728..0bde246e 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.2 + uses: cypress-io/github-action@v6.7.6 with: browser: chrome spec: cypress/**/*.cy.tsx