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 }}