From 6a9f8c6629c3109cb21cc9176d8a8c23f726bad3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:29:56 +0000 Subject: [PATCH] task: Update to version 3.40.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 4ae783b28f..2367832222 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.39.2", + "version": "3.40.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.39.2/task_windows_amd64.zip", - "hash": "011d4561698ee7a7df44eda24702f51b08d00bac0897940273173e05a8575d5b" + "url": "https://github.com/go-task/task/releases/download/v3.40.0/task_windows_amd64.zip", + "hash": "3d73343d05f6524d8d375ec89ad92863ccdddb7261798cd281a1e6dea2ac9712" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.39.2/task_windows_386.zip", - "hash": "314807bcaa92baea4fccb85467e6bda2d53eaa01c026f05695e67fc68659f69c" + "url": "https://github.com/go-task/task/releases/download/v3.40.0/task_windows_386.zip", + "hash": "7217ce42bc3e22478e9b9871aad2a12cfe8695d3ac8e7b8ef484ffcd26103d88" } }, "bin": "task.exe",