From aebe53312cfa9e9bdca250f04bfb5a0daac6daf1 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 17 Nov 2020 12:22:15 +0100 Subject: [PATCH] chore: Cypress action v1 -> v2 (#40253) --- .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 86a9012f9f..818860ef7e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -56,7 +56,7 @@ jobs: run: npm run seed - name: Cypress run - uses: cypress-io/github-action@v1 + uses: cypress-io/github-action@v2 with: record: ${{ env.CYPRESS_RECORD_KEY != 0 }} build: npm run build