From 01e2cc52ee3afc4949ac7ea30fe1b554e4da168b Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 13 Feb 2024 22:30:03 +0000 Subject: [PATCH] =?UTF-8?q?PR-387478:=20Actualiza=20la=20versi=C3=B3n=20de?= =?UTF-8?q?=20la=20acci=C3=B3n=20de=20GitHub=20de=20Cypress=20a=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 8d10876..3248737 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number + uses: cypress-io/github-action@v6 # use the explicit version number with: component: true install: false @@ -58,7 +58,7 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number + uses: cypress-io/github-action@v6 # use the explicit version number with: install: false build: npm run build