From 971e6abd2f521c75b2f0c0a99664854bec51ae94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:52:39 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action digest to 4b9ec6b --- .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..2593ab93a 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@4b9ec6b8f2bc3ea9dfc5af64c1aae1a18af0d521 with: install: true command: pnpm test.ci