From 2568a467c5efbd3bcca3bce31ab14d10659bbe2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:37:14 +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 d557b63eb..cd3206649 100644 --- a/.github/workflows/docker_tests_and_previews.yaml +++ b/.github/workflows/docker_tests_and_previews.yaml @@ -183,7 +183,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