diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4dbb3d..7ce6c35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install NPM dependencies, cache them correctly # and run all Cypress tests