From a1d88576307b5f6d52fe1cfbce96678167cabed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:06:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cypress-io/github?= =?UTF-8?q?-action=20action=20to=20v6.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker_tests_and_previews.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_tests_and_previews.yaml b/.github/workflows/docker_tests_and_previews.yaml index 9dba97118..b7e465b9d 100644 --- a/.github/workflows/docker_tests_and_previews.yaml +++ b/.github/workflows/docker_tests_and_previews.yaml @@ -184,7 +184,7 @@ jobs: - name: Run Cypress end-to-end tests if: steps.changed-files-frontend.outputs.any_changed == 'true' || steps.changed-files-backend.outputs.any_changed == 'true' - uses: cypress-io/github-action@v6.5.0 + uses: cypress-io/github-action@v6.6.0 with: working-directory: frontend install-command: yarn --frozen-lockfile