From 47ed8814131c956964902e5077312c7b3733f829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:43:39 +0800 Subject: [PATCH] bump(deps): update cypress-io/github-action action to v6 (#1903) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index f32c6f502..5e9325a18 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -33,7 +33,7 @@ jobs: - run: pnpm install --frozen-lockfile - - uses: cypress-io/github-action@248bde77443c376edc45906ede03a1aba9da0462 # v5.8.4 + - uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0 with: config-file: cypress.config.js install: false