From cea0da8ed90bf2a74e6b0185e3a312a64d7e3d13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:44:32 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action digest to 0df54ae --- .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 b4394c791..bdc250d4f 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@eb2de20e2763f75216dff067108f0fb02ad6f2cf + uses: cypress-io/github-action@0df54ae94d937756289cf9540ecfe1c76167884a with: install: true command: pnpm test.ci