From 3df69788fb1986a3e680298f43e0c81a2db67826 Mon Sep 17 00:00:00 2001 From: Joe Tsang <30622993+jtsang586@users.noreply.github.com> Date: Fri, 11 Nov 2022 13:28:20 +0000 Subject: [PATCH] chore: update pipelines to use v0.62.1 (#2030) --- .github/workflows/capsule-cypress-manual-trigger.yml | 2 +- .github/workflows/capsule-cypress-night-run.yml | 2 +- .github/workflows/capsule-cypress.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/capsule-cypress-manual-trigger.yml b/.github/workflows/capsule-cypress-manual-trigger.yml index b56fb2490..d0e811ddd 100644 --- a/.github/workflows/capsule-cypress-manual-trigger.yml +++ b/.github/workflows/capsule-cypress-manual-trigger.yml @@ -28,7 +28,7 @@ on: default: false env: GOBIN: /home/runner/go/bin - VEGA_VERSION: 'v0.62.0' + VEGA_VERSION: 'v0.62.1' jobs: manual: diff --git a/.github/workflows/capsule-cypress-night-run.yml b/.github/workflows/capsule-cypress-night-run.yml index 8dbebd4f7..f273f6040 100644 --- a/.github/workflows/capsule-cypress-night-run.yml +++ b/.github/workflows/capsule-cypress-night-run.yml @@ -13,7 +13,7 @@ jobs: secrets: inherit with: project: '[console-lite-e2e, explorer-e2e, liquidity-provision-dashboard-e2e, stats-e2e, token-e2e, trading-e2e]' - vega-version: 'v0.62.0' + vega-version: 'v0.62.1' gobin: /home/runner/go/bin tags: --env.grepTags '[ @smoke, @regression, @slow ]' night-run: true diff --git a/.github/workflows/capsule-cypress.yml b/.github/workflows/capsule-cypress.yml index 485cc35d3..21aeea0a6 100644 --- a/.github/workflows/capsule-cypress.yml +++ b/.github/workflows/capsule-cypress.yml @@ -14,7 +14,7 @@ on: env: GOBIN: /home/runner/go/bin - VEGA_VERSION: 'v0.62.0' + VEGA_VERSION: 'v0.62.1' jobs: pr: