diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index acd8bd1..f581de4 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cypress run - uses: cypress-io/github-action@v3 + uses: cypress-io/github-action@v6 with: record: true config: video=true