From d46c59b015d9ed53be15d06b4454f46d93406552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:26:32 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action digest to d14a1a1 --- .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 ca4581fc8..f7855b5d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: Install Cypress run: pnpm cypress install - name: Run cypress tests - uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 + uses: cypress-io/github-action@d14a1a1c0ca6076df467a871b60b10bac4911656 with: install: true command: pnpm test.ci