From 703448b3db1c59da1828a20d1938aec0a3092373 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:03:37 +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..10988c9 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.3 with: command: "npm run ci:test"