From 2d7aa7410a48bae354863fb6b8977da79129960f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 04:28:42 +0000 Subject: [PATCH] task: Update to version 3.23.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 417231a49e..2c0900b5ef 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.22.0", + "version": "3.23.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.22.0/task_windows_amd64.zip", - "hash": "2e690b348a8080b59395e2e01cb13733307985ab7966fd29453b6c9250b46ae7" + "url": "https://github.com/go-task/task/releases/download/v3.23.0/task_windows_amd64.zip", + "hash": "0862bdfab008549e9533e40bb460d2495ceeb8095ff8eea5a4e9a584253e67f7" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.22.0/task_windows_386.zip", - "hash": "bb86032725780c42682021d1f1c87df6cf333a591048ba8970d3374715f26007" + "url": "https://github.com/go-task/task/releases/download/v3.23.0/task_windows_386.zip", + "hash": "3605173cd30556e3f82ddfe60c3ea946716050b52eb531ad91a27a255f4b7f4c" } }, "bin": "task.exe",