From 57470c209729c2f9ed6e23faa3d6f6e9a462e847 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:36:05 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.6 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9b4c1fde..f3ff49ec 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cypress run - uses: cypress-io/github-action@v6.6.1 + uses: cypress-io/github-action@v6.7.6 with: start: npm run start:app wait-on: 'http://localhost:1234'