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