From 14e82e94da9a4802f697c0c5a2ce6b3c4585f81a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:28:56 +0000 Subject: [PATCH] bazelisk: Update to version 1.24.1 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index 15ccd47d5f..645600397a 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.24.0", + "version": "1.24.1", "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.24.0/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "72c4687ce3faa45027730518fbcc8b3dc904f1ee705dc2a31d4ab1481b02cf8c" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.24.1/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "1e7f6f3fb7e4a0ae699adefbc1c2d17ed0ffe871a2aae80b02f0828c6fb12d23" } }, "bin": "bazelisk.exe",