From cb24eceed1dbadf8ad004737710ee1c47b461c5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:32:17 +0000 Subject: [PATCH] task: Update to version 3.48.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index b5b7609544..12f3ea4221 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.47.0", + "version": "3.48.0", "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.47.0/task_windows_amd64.zip", - "hash": "57b10b31580fefb83170f05127142351f088fd86278bfe626683c3aa00678859" + "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_amd64.zip", + "hash": "d6dd072d8b1c8131626cacd96af5edbc54470c437f747ec87f3fab32a15b3c74" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.47.0/task_windows_386.zip", - "hash": "071b769f36b655ad32b19415f4ea57069ee9d29a574bd8f8fb951b1b554a67e1" + "url": "https://github.com/go-task/task/releases/download/v3.48.0/task_windows_386.zip", + "hash": "830237d4770548bfef21e8b572643448e5b4a39272c4dc696d6c07b9b02f8965" } }, "bin": "task.exe",