From 6ddceb61d652878e40f9bb3beaf3e816a283e2e9 Mon Sep 17 00:00:00 2001 From: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> Date: Fri, 8 Apr 2022 13:27:23 +0530 Subject: [PATCH] fix dapr runtime,cli as 1.7.0-rc.3 (#728) Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- .github/workflows/validate.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2a5b55b3..1cf4dfc0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,11 +25,11 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.7.0-rc.2 - DAPR_RUNTIME_VER: 1.7.0-rc.2 + DAPR_CLI_VER: 1.7.0-rc.3 + DAPR_RUNTIME_VER: 1.7.0-rc.3 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.7.0-rc.2/install/install.sh DAPR_CLI_REF: - DAPR_REF: 4cf499448ef6ee87c83db6a11b84e83237e92665 + DAPR_REF: steps: - uses: actions/checkout@v3 - name: Set up OpenJDK ${{ env.JDK_VER }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1cf5437d6..35510534b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,11 +36,11 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.7.0-rc.2 - DAPR_RUNTIME_VER: 1.7.0-rc.2 + DAPR_CLI_VER: 1.7.0-rc.3 + DAPR_RUNTIME_VER: 1.7.0-rc.3 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.7.0-rc.2/install/install.sh DAPR_CLI_REF: - DAPR_REF: 4cf499448ef6ee87c83db6a11b84e83237e92665 + DAPR_REF: steps: - uses: actions/checkout@v3 - name: Set up OpenJDK ${{ env.JDK_VER }}