From 181b0dac9ae022436159d9b5ce45bf5b2ab1fd45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 04:26:17 +0000 Subject: [PATCH] task: Update to version 3.34.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 3ddf625509..21057a9bd9 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.33.1", + "version": "3.34.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.33.1/task_windows_amd64.zip", - "hash": "df689b6b981ef987242f74115afee4eeb187d208ad90f95f74268364b401cb6b" + "url": "https://github.com/go-task/task/releases/download/v3.34.0/task_windows_amd64.zip", + "hash": "f6badd854cfbcb0f680402b9a9c35c8efb83072957df503651fb6a3c1a30ad7d" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.33.1/task_windows_386.zip", - "hash": "22825fc12fa7735c23abae466968ba2238afd1ceacb0243bc8f80282dc37c6be" + "url": "https://github.com/go-task/task/releases/download/v3.34.0/task_windows_386.zip", + "hash": "ee278b4effa02156dacd32c8c3bce87523b3a1545645a4680d92fd887fdf6ee7" } }, "bin": "task.exe",