From 5955386c2c00fc9d1e6ddcbe59dd8c431c5252b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:33:03 +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 0daea27..439ada5 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.1 with: # not working with pnpm install: false