diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18b0716d..e6e742b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile - name: Test no meilisearch running - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 with: start: yarn dev:ci wait-on: "http://0.0.0.0:3000" @@ -89,7 +89,7 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile - name: Test - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 env: CYPRESS_host: http://meilisearch:7700 with: @@ -136,7 +136,7 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile - name: Test - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 env: CYPRESS_host: http://meilisearch:7700 with: