From 66f3aa303e481fe725b7a6e05540d322a03a863f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:32:55 +0000 Subject: [PATCH] Update cypress-io/github-action digest to 0526c9d --- .github/workflows/test-ui.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 46d3a751fb..922baf85a8 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -34,7 +34,7 @@ jobs: - name: Install Node & dependencies uses: ./.github/actions/setup-vuu-ui - name: Run end-to-end tests in Chrome - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@0526c9d2ed686128199b8ceeb4a278f280df6268 with: install: false working-directory: ./vuu-ui @@ -43,7 +43,7 @@ jobs: start: npm run showcase:preview wait-on: "http://localhost:4173" - name: Run end-to-end tests in Edge - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@0526c9d2ed686128199b8ceeb4a278f280df6268 with: install: false working-directory: ./vuu-ui @@ -60,14 +60,14 @@ jobs: - name: Install Node & dependencies uses: ./.github/actions/setup-vuu-ui - name: Run component tests in Chrome - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@0526c9d2ed686128199b8ceeb4a278f280df6268 with: component: true install: false working-directory: ./vuu-ui browser: chrome - name: Run component tests in Edge - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@0526c9d2ed686128199b8ceeb4a278f280df6268 with: component: true install: false