From ce0564a89c02148b95b27b961693ecf2565ef7d2 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:59:03 -0700 Subject: [PATCH] Update Cypress Github Action to v4 --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 20ee7ffee..1fc612f30 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: cache: 'npm' cache-dependency-path: frontend/package-lock.json - name: ${{ matrix.browser }} browser tests (Mempool) - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v4 with: tag: ${{ github.event_name }} working-directory: frontend @@ -45,7 +45,7 @@ jobs: CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }} - name: ${{ matrix.browser }} browser tests (Liquid) - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v4 if: always() with: tag: ${{ github.event_name }}