From 0c07170b82c87f20dd698b019a54a43e3861279c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:57:19 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v5.8.4 --- .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 8e1869f6..ddce2cf2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Cypress run - uses: cypress-io/github-action@v5.8.3 + uses: cypress-io/github-action@v5.8.4 with: start: npm run start:app wait-on: 'http://localhost:1234'