From 14da4bee6dacd111b789db6d17265d7f0b0c2969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:58:36 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bcf99ac26..5104f887d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: - name: Pre-Cypress (build all dependencies) run: yarn test:ci-pre:vue - name: Cypress run - uses: cypress-io/github-action@v6.7.7 + uses: cypress-io/github-action@v6.7.8 with: browser: chrome working-directory: apps/test/vue @@ -179,7 +179,7 @@ jobs: - name: Pre-Cypress (build all dependencies) run: yarn test:ci-pre:react - name: Cypress run - uses: cypress-io/github-action@v6.7.7 + uses: cypress-io/github-action@v6.7.8 with: browser: chrome working-directory: apps/test/react