From 11963ff36231d279b2ea9a3cc327e41590d3bb62 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 11 Jun 2024 10:41:26 +0200 Subject: [PATCH] ci: use latest cypress action --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e0b7b919..891f5776 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 20 cache: 'yarn' - - uses: cypress-io/github-action@v5 + - uses: cypress-io/github-action@v6 with: start: npx --yes @dhis2/cli-cluster up 2.41 --channel dev --db-version 2.41 --seed, yarn start:nobrowser wait-on: 'http://localhost:8080/dhis-web-commons/security/login.action, http://localhost:3000'