From 848a9acee1817a4788f1d2d00e0ed849da2f163a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:25:38 +0000 Subject: [PATCH] bazel: Update to version 6.3.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 0cbcae518d..16ffaa7b88 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "6.2.1", + "version": "6.3.0", "description": "A fast, scalable, multi-language and extensible build system", "homepage": "https://bazel.build", "license": "Apache-2.0", @@ -10,8 +10,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/6.2.1/bazel-6.2.1-windows-x86_64.zip", - "hash": "3348527a96511801993ec893d6adf89faa9279e7c8375552aa971d36606b9f01" + "url": "https://github.com/bazelbuild/bazel/releases/download/6.3.0/bazel-6.3.0-windows-x86_64.zip", + "hash": "99660426ad783880dd49bb5c23e46830c5b7b838e0c1cac978f8e664427e9bdd" } }, "bin": "bazel.exe",