diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e95b42d643..feb9768530 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@v5 - name: Cypress run uses: cypress-io/github-action@v2