diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e95b42d643..309be0c452 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cypress run uses: cypress-io/github-action@v2