From c8768eae3e752e6ff0d36539ebf50d4752127889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:48:17 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v5.8.4 --- .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 0d9fb6eb..454d517e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: run: pnpm i --no-frozen-lockfile - name: Cypress run - uses: cypress-io/github-action@v5.8.3 + uses: cypress-io/github-action@v5.8.4 with: build: pnpm build start: pnpm start