From c4aaa83e8f60384ebaa116290d4cab0b779a1eca Mon Sep 17 00:00:00 2001 From: bwallacee Date: Thu, 16 Nov 2023 16:49:34 +0000 Subject: [PATCH] chore(trading): update workflow main vega version --- .github/workflows/console-test-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/console-test-run.yml b/.github/workflows/console-test-run.yml index f78a086ee..073591c06 100644 --- a/.github/workflows/console-test-run.yml +++ b/.github/workflows/console-test-run.yml @@ -10,7 +10,7 @@ on: inputs: console-test-branch: type: choice - description: 'main: v0.72.14, develop: v0.73.4' + description: 'main: v0.73.4, develop: v0.73.4' options: - main - develop