diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97052ee..e3edcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Cypress run - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 with: build: npm run build start: npm start