From ca52c5dfb2f7adfdb2fdde6aae85a1ca65c74ef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 00:42:25 +0000 Subject: [PATCH] task: Update to version 3.46.4 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 0258dd2f7b..83bd3fdaa1 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.46.3", + "version": "3.46.4", "description": "A task runner / simpler Make alternative written in Go", "homepage": "https://taskfile.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/go-task/task/releases/download/v3.46.3/task_windows_amd64.zip", - "hash": "86db2cfd7f6ff8ecaf6a64985a0af16191838ca68ee426594029825b8f4eda2f" + "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_windows_amd64.zip", + "hash": "790420c11a6457a27f135c292371d6a352436dfce7dba5b5ffa8ae399ecfe04b" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.46.3/task_windows_386.zip", - "hash": "0e1af4b90f23ce4bbb8a69b7d3fe18ae032f7afbac9df484a85e9997b60d8250" + "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_windows_386.zip", + "hash": "1398d3b96f5b7dfb71b2a126dbb5849369da130099783ebd899a162ff091f6a3" } }, "bin": "task.exe",