From 6e986666d1718f49ef7c75f89481c778d57a01fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:26:15 +0000 Subject: [PATCH] task: Update to version 3.39.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index a3205a4682..8e6ebaa8fa 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.38.0", + "version": "3.39.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.38.0/task_windows_amd64.zip", - "hash": "6586105949b4359b37f770b7604542c23f064e055c6521791cd8d5916ec287fb" + "url": "https://github.com/go-task/task/releases/download/v3.39.0/task_windows_amd64.zip", + "hash": "40daad21c17d8fb7c90fcf99f787f2db5c08ae4aeaf0be1c0177fd77fc3296a1" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.38.0/task_windows_386.zip", - "hash": "72962ea63388db41750e60cd0184e8c68ffd008ce277ba7502e974e40ee36bf2" + "url": "https://github.com/go-task/task/releases/download/v3.39.0/task_windows_386.zip", + "hash": "93373630a40ebe8f3c05b36486538836b8a298221106bedddab0b881834d1b5a" } }, "bin": "task.exe",