From 7ab14cfaf1e5b2273233ff763a7f8890c712d16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:23:39 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.10 --- .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 98bf6096..da281197 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.7.9 + uses: cypress-io/github-action@v6.7.10 with: start: npm run start:app wait-on: 'http://localhost:1234'