From b71922fabfe55cd32e178e952de10cccf2e696bf Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:59:27 -0700 Subject: [PATCH] Update Cypress Github Action to v4 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1fc612f30..369b101ff 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -69,7 +69,7 @@ jobs: CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }} - name: ${{ matrix.browser }} browser tests (Bisq) - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v4 if: always() with: tag: ${{ github.event_name }}