From 1f6373c71d0d8a43b8ef8cb2b60c8d36579dd1ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:30:21 +0000 Subject: [PATCH] bazelisk: Update to version 1.27.0 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index e8e56d348a..ac52d313eb 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.26.0", + "version": "1.27.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.26.0/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "023734f33ed6b9c6d65468fe20bb2c5fb32473ccb8aca2fc5bf1521e61ce1622" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "d4b5e1cea61fcdb0bed60f8868c2e37684221b65feae898d1124482cd39ec89e" } }, "bin": "bazelisk.exe",