From c39521a2a4d87a353a4a4c7436021b77bbff8b67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 04:27:24 +0000 Subject: [PATCH] task: Update to version 3.27.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 7d4d4340f5..85ca7345e7 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.26.0", + "version": "3.27.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.26.0/task_windows_amd64.zip", - "hash": "13983eac10914d192c14ccd6fc5f76da6670bce2bd8d444d841301dd6c2fe992" + "url": "https://github.com/go-task/task/releases/download/v3.27.0/task_windows_amd64.zip", + "hash": "4beb01bbe0453fb3167a549b72c4fe3f8be09ca661a7d16a51241f8518324b33" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.26.0/task_windows_386.zip", - "hash": "f4e54dc063404b940367ff286ab2b997744422e891209095086dbf7eb3462dfa" + "url": "https://github.com/go-task/task/releases/download/v3.27.0/task_windows_386.zip", + "hash": "08b5309ed5994bbcd53ae2ecb3139f95e4df77c8a6ec5e044749b99afb5bdfc6" } }, "bin": "task.exe",