From 01e4950b6adc7089fb8b3ae6e548ba675299d496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:30:41 +0000 Subject: [PATCH] bazelisk: Update to version 1.24.0 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index 7f0f1734ec..15ccd47d5f 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.23.0", + "version": "1.24.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.23.0/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "9b88e127c13c9a3a064dd3715d71d2d24bee2ddb14277b6c634d3af57bbb38cd" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.24.0/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "72c4687ce3faa45027730518fbcc8b3dc904f1ee705dc2a31d4ab1481b02cf8c" } }, "bin": "bazelisk.exe",