diff --git a/.github/workflows/kind_e2e.yaml b/.github/workflows/kind_e2e.yaml index 99b22f78c..529b0138a 100644 --- a/.github/workflows/kind_e2e.yaml +++ b/.github/workflows/kind_e2e.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest env: DAPR_RUNTIME_PINNED_VERSION: 1.12.0 - DAPR_DASHBOARD_PINNED_VERSION: 0.13.0 + DAPR_DASHBOARD_PINNED_VERSION: 0.14.0 DAPR_RUNTIME_LATEST_STABLE_VERSION: DAPR_DASHBOARD_LATEST_STABLE_VERSION: DAPR_TGZ: dapr-1.12.0.tgz diff --git a/.github/workflows/self_hosted_e2e.yaml b/.github/workflows/self_hosted_e2e.yaml index 3b96ad092..f9abdfcb0 100644 --- a/.github/workflows/self_hosted_e2e.yaml +++ b/.github/workflows/self_hosted_e2e.yaml @@ -39,7 +39,7 @@ jobs: GOPROXY: https://proxy.golang.org ARCHIVE_OUTDIR: dist/archives DAPR_RUNTIME_PINNED_VERSION: "1.12.0" - DAPR_DASHBOARD_PINNED_VERSION: 0.13.0 + DAPR_DASHBOARD_PINNED_VERSION: 0.14.0 DAPR_RUNTIME_LATEST_STABLE_VERSION: DAPR_DASHBOARD_LATEST_STABLE_VERSION: GOLANG_PROTOBUF_REGISTRATION_CONFLICT: warn