From af300d676bb0c8f750bc3e9194a15020b30e2aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:03:14 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v6.7.16 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ce60180b..c0efdf3b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -32,7 +32,7 @@ jobs: run: pnpm i --no-frozen-lockfile - name: Cypress run - uses: cypress-io/github-action@v6.7.10 + uses: cypress-io/github-action@v6.7.16 with: build: pnpm build start: pnpm start