Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

- name: Run Cypress
if: ${{ env.IS_DEPENDABOT == 'false' && ! github.event.pull_request.draft }}
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
spec: ${{ matrix.cypress.spec }}
# To uncomment when the project will be configured on Cypress Dashboard
Expand All @@ -180,7 +180,7 @@ jobs:

- name: Run Cypress (for Dependabot or when pull request is draft)
if: ${{ env.IS_DEPENDABOT == 'true' || github.event.pull_request.draft }}
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4

auto_approve_and_merge:
runs-on: ubuntu-latest
Expand Down