From a7ecf0d2959f1616d777d33de0afa63ddfd33b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:59:47 +0000 Subject: [PATCH] chore: update cypress-io/github-action action to v6 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6226ca9..e707577 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -49,7 +49,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - Chrome - uses: cypress-io/github-action@v4.2.2 + uses: cypress-io/github-action@v6.10.8 with: # not working with pnpm install: false