diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 09ce3c3bca..c490c53c1d 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -34,7 +34,7 @@ jobs: name: Cache install (${{ matrix.os }}, node v${{ matrix.node_version }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PNPM run: | @@ -305,7 +305,7 @@ jobs: name: ${{ matrix.os_name }}/${{ matrix.package_manager }}/${{ matrix.node_version }} ${{ join(matrix.project) }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare dir for output run: mkdir -p outputs diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 58ddeb11ae..80da55ffff 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -27,7 +27,7 @@ jobs: name: Cache install (node v${{ matrix.node_version }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 name: Install pnpm @@ -43,7 +43,7 @@ jobs: - name: Cache node_modules id: cache-modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: lookup-only: true path: '**/node_modules' @@ -62,7 +62,7 @@ jobs: - name: Install Cypress if: steps.cache-cypress.outputs.cache-hit != 'true' - run: npx cypress install + run: pnpm cypress install e2e: needs: preinstall @@ -234,7 +234,7 @@ jobs: name: ${{ matrix.project }} (v${{ matrix.node_version }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare dir for output run: mkdir -p outputs