From ee7b2abd6bb7eb772cd08285b0ba62692465b95e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:40:52 +0000 Subject: [PATCH] Update cypress-io/github-action action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17cb2b7..2a55ef5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: node-version: "16" cache: "npm" - run: "npm install" - - uses: cypress-io/github-action@v2 + - uses: cypress-io/github-action@v7.4.1 with: command: "npm run ci:test"