From 5898fcd4219a621e4fe506b1a3b2c5bdfadb0158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:03:31 +0000 Subject: [PATCH] Update cypress-io/github-action action to v7.4.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 52322dae..885ffc92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: node-version-file: ".nvmrc" cache: "yarn" - name: Cypress run - uses: cypress-io/github-action@v7.4.0 + uses: cypress-io/github-action@v7.4.1 with: parallel: true record: true