From eff0395771c0181e2db389421855b1e59554a50c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 8 Jul 2022 10:06:29 +0100 Subject: [PATCH] Update cypress.yaml (#9007) --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index c0f6a4ba76..8b344f5274 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -69,7 +69,7 @@ jobs: echo "PERCY_ENABLE=0" >> $GITHUB_ENV - name: Run Cypress tests - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v4.1.1 with: # The built-in Electron runner seems to grind to a halt trying # to run the tests, so use chrome.