From a532ee1a502d9527d488b6196b6d9f53bd3dfba1 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Wed, 15 Jan 2025 16:12:31 +0000 Subject: [PATCH] chore: bump runtime to 1.15.0-rc.2 (#255) Signed-off-by: mikeee --- .github/workflows/validate-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index 14eb9a6..76218fb 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -46,14 +46,14 @@ jobs: DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh DAPR_CLI_REF: ${{ github.event.inputs_daprcli_commit }} DAPR_CLI_VERSION: ${{ github.event.inputs_daprcli_version }} - DAPR_REF: 334ae9eea43d487a7b29a0e4aef904e3eba57a10 + DAPR_REF: ${{ github.event.inputs.dapr_commit }} DAPR_RUNTIME_VERSION: ${{ github.event.inputs.dapr_version }} CHECKOUT_REPO: ${{ github.repository }} CHECKOUT_REF: ${{ github.ref }} outputs: DAPR_INSTALL_URL: ${{ env.DAPR_INSTALL_URL }} DAPR_CLI_VERSION: ${{ steps.outputs.outputs.DAPR_CLI_VERSION }} - DAPR_RUNTIME_VERSION: ${{ steps.outputs.outputs.DAPR_RUNTIME_VERSION }} + DAPR_RUNTIME_VERSION: 1.15.0-rc.2 CHECKOUT_REPO: ${{ steps.outputs.outputs.CHECKOUT_REPO }} CHECKOUT_REF: ${{ steps.outputs.outputs.CHECKOUT_REF }} GITHUB_SHA: ${{ steps.outputs.outputs.GITHUB_SHA }}