From 115c6976550536a031deffa35906059ab4a7fd79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:28:23 +0000 Subject: [PATCH] task: Update to version 3.38.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 80903bcfd1..a3205a4682 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.37.2", + "version": "3.38.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.37.2/task_windows_amd64.zip", - "hash": "78732e88d33ca2c379ff73caed714753fe0076f7c2a3190f920ca9a0a52a5733" + "url": "https://github.com/go-task/task/releases/download/v3.38.0/task_windows_amd64.zip", + "hash": "6586105949b4359b37f770b7604542c23f064e055c6521791cd8d5916ec287fb" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_386.zip", - "hash": "0c8fb1a38f3da56e12194fcc4e951b6382b3899447ec9fc4b4011eaa1939d97b" + "url": "https://github.com/go-task/task/releases/download/v3.38.0/task_windows_386.zip", + "hash": "72962ea63388db41750e60cd0184e8c68ffd008ce277ba7502e974e40ee36bf2" } }, "bin": "task.exe",