From b43b5c24e1e83aa4bb6590dccec885f702df6e08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:28:24 +0000 Subject: [PATCH] bazelisk: Update to version 1.23.0 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index 37fe024e42..7f0f1734ec 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.22.1", + "version": "1.23.0", "description": "A user-friendly launcher for Bazel", "homepage": "https://github.com/bazelbuild/bazelisk", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.22.1/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "6a8fc015f19efcb02746fb03289d5ef0826b5f05ad74e091ef510768f43308c5" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.23.0/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "9b88e127c13c9a3a064dd3715d71d2d24bee2ddb14277b6c634d3af57bbb38cd" } }, "bin": "bazelisk.exe",