From 4115a64996c0b098eebef90b710e07c875fa8393 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:37:39 +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..36520c8 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.7.6 with: # not working with pnpm install: false