From d9d8799e1141518995c05cbb9ca4e4d6ebf2abce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 05:08:20 +0000 Subject: [PATCH] task: Update to version 3.36.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 83df8a57f7..daa36c6c2c 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.35.1", + "version": "3.36.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.35.1/task_windows_amd64.zip", - "hash": "a18d440e7f2a1f2840899f5c46638ce20f00018daa2143d90c6c75a51aacb774" + "url": "https://github.com/go-task/task/releases/download/v3.36.0/task_windows_amd64.zip", + "hash": "d94a0d000b0236b5ec3175ac17506570b3b902d57aafa787e93bd12157b5f32b" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.35.1/task_windows_386.zip", - "hash": "2ba54da4fac26b807538b319fde7ae86b46aa07f36e73c833bb757a571cea988" + "url": "https://github.com/go-task/task/releases/download/v3.36.0/task_windows_386.zip", + "hash": "f99c436a7c8e99a1011e9168d23f5a43da16a6335372e9a7f7b1884f5391143a" } }, "bin": "task.exe",