From 5f4be39e0df80f382f7318e6347e9b15bf03b03c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:55:20 +0000 Subject: [PATCH] Update cypress-io/github-action action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 136005ea..cf6583b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: # run: yarn build - name: Cypress run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 with: start: yarn start wait-on: "http://localhost:3000"