diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 98008c1..f6bf261 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -13,7 +13,7 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v5 with: build: yarn build start: yarn start