diff --git a/.github/workflows/cypress-api.yml b/.github/workflows/cypress-api.yml index ada9383..fd88457 100644 --- a/.github/workflows/cypress-api.yml +++ b/.github/workflows/cypress-api.yml @@ -10,6 +10,6 @@ jobs: uses: actions/checkout@v5 - name: Run Cypress tests - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7.4.0 env: AUTH_TOKEN: ${{ secrets.API_BEARER_TOKEN }} \ No newline at end of file