diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 9ddd17e0..652c64d4 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -9,7 +9,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v5 with: build: npm run build start: npm run serve