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