From d0a5188930c251716919553106bfa45c25633447 Mon Sep 17 00:00:00 2001 From: Cecelia Martinez Date: Thu, 4 Aug 2022 16:57:34 -0400 Subject: [PATCH] update action cypress version --- .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 9237a7b..c110dae 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Run Tests - uses: replayio/action-cypress@v0.2.2 + uses: replayio/action-cypress@v0.2.3 with: browser: ${{ github.event.inputs.browser || 'Replay Firefox' }} api-key: ${{ secrets.CYPRESS_REPLAY_API_KEY }}