From a4172e66e2fc163785d8e5ee4aeb0826955b296f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:30:12 +0000 Subject: [PATCH] drone: Update to version 1.9.0 --- bucket/drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/drone.json b/bucket/drone.json index d6a0bf1cd3..1971e21372 100644 --- a/bucket/drone.json +++ b/bucket/drone.json @@ -1,12 +1,12 @@ { - "version": "1.8.0", + "version": "1.9.0", "description": "A self-service Continuous Delivery platform for busy development teams.", "homepage": "https://drone.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/drone/drone-cli/releases/download/v1.8.0/drone_windows_amd64.tar.gz", - "hash": "bce555071f2f1951f0451d9766ff10dc3652029fcf372ff1efa330cc7153c3e7" + "url": "https://github.com/drone/drone-cli/releases/download/v1.9.0/drone_windows_amd64.tar.gz", + "hash": "1762a18183d8245a857a89fcdf87bf143f654e876a6be7608a571c72e8a74549" } }, "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }",