From 9c0f06c145c630c17d868c5d11c0c932f11bd3e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:30:11 +0000 Subject: [PATCH] bazelisk: Update to version 1.22.0 --- bucket/bazelisk.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazelisk.json b/bucket/bazelisk.json index 055d66039f..1c3edd059a 100644 --- a/bucket/bazelisk.json +++ b/bucket/bazelisk.json @@ -1,12 +1,12 @@ { - "version": "1.21.0", + "version": "1.22.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.21.0/bazelisk-windows-amd64.exe#/bazelisk.exe", - "hash": "3da1895614f460692635f8baa0cab6bb35754fc87d9badbd2b3b2ba55873cf89" + "url": "https://github.com/bazelbuild/bazelisk/releases/download/v1.22.0/bazelisk-windows-amd64.exe#/bazelisk.exe", + "hash": "f879c6bb0766ea5e132d64db554108bc6e75a6592c4a0f95df012f8eaafac0b4" } }, "bin": "bazelisk.exe",