From f2f9644ddb9a29316ccf42b35aa9349823184559 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:37:26 +0000 Subject: [PATCH] temporal-cli: Update to version 1.3.0 --- bucket/temporal-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temporal-cli.json b/bucket/temporal-cli.json index 5df15e8e36..5884f62bfb 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "1.2.0", + "version": "1.3.0", "description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal", "homepage": "https://docs.temporal.io/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/temporalio/cli/releases/download/v1.2.0/temporal_cli_1.2.0_windows_amd64.zip", - "hash": "a90fdd7cf9ba24fdf6f64128ddf546b88e5d93912282d057e705eca816b2cca3" + "url": "https://github.com/temporalio/cli/releases/download/v1.3.0/temporal_cli_1.3.0_windows_amd64.zip", + "hash": "91d7301ab5c5b612fe90f07aeca63fcfe898373f19b40ef2cbbcf9153aec1596" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v1.2.0/temporal_cli_1.2.0_windows_arm64.zip", - "hash": "ae56ee9d6a11db22a1de05e162f424a51a194e82d7eae49c2c5c1ca6a18e3b54" + "url": "https://github.com/temporalio/cli/releases/download/v1.3.0/temporal_cli_1.3.0_windows_arm64.zip", + "hash": "1c29edd026864ef91271ac6b7dfa899a53a53eae15a2d200fcf74836db156f44" } }, "bin": "temporal.exe",