From 96ae3671de03ae43c5988a2d955b821bdde0615d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:49:01 +0000 Subject: [PATCH] Update cypress-io/github-action digest to 97e80e2 --- .github/workflows/test-ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index df80c1ce7d..b6bcfdf815 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -44,7 +44,7 @@ jobs: - name: Install dependencies run: cd ./vuu-ui && npm install - name: Run end-to-end tests in Chrome - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@97e80e2e3ba77e9991d957bc8763d660971fab69 with: install: false working-directory: ./vuu-ui @@ -53,7 +53,7 @@ jobs: start: npm run showcase wait-on: "http://localhost:5173" - name: Run end-to-end tests in Edge - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@97e80e2e3ba77e9991d957bc8763d660971fab69 with: install: false working-directory: ./vuu-ui