From 75ad7dd05cda371688c5e5cf692cf1d02fab29e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:44:15 +0200 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.1 (#516) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52ade971..45e47d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: run: npx cap copy - name: Cypress.io - uses: cypress-io/github-action@v6.7.0 + uses: cypress-io/github-action@v6.7.1 with: start: npm start