From 4b946d9fb9dee9e8b427fd7f9c08c1b1b9508f6e Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 30 Sep 2023 12:05:06 -0700 Subject: [PATCH] Updating runtime for tests to RC5 Signed-off-by: Paul Yuknewicz --- .github/env/global.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/env/global.env b/.github/env/global.env index 4087a8875..164fda528 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ DAPR_CLI_VERSION: 1.12.0-rc.2 - DAPR_RUNTIME_VERSION: 1.12.0-rc.4 + DAPR_RUNTIME_VERSION: 1.12.0-rc.5 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr MACOS_PYTHON_VERSION: 3.10