From d690272d460abe63072ed52a80791bba1b5b06d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:47:56 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f95bb48..0334c567 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Build JavaScript run: npm run build - - uses: cypress-io/github-action@v6.7.13 # use the explicit version number + - uses: cypress-io/github-action@v6.7.14 # use the explicit version number with: start: npm run serve wait-on: "http://localhost:4000"