From 49c6465a6264195134321778cc73c2b45f3bdac9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 16:27:52 +0000 Subject: [PATCH] dagger: Update to version 0.6.0 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index a60acd4cf6..735c1eba70 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.5.3", + "version": "0.6.0", "description": "A portable devkit for CI/CD pipelines", "homepage": "https://dagger.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/dagger/dagger/releases/download/v0.5.3/dagger_v0.5.3_windows_amd64.zip", - "hash": "3836f1992fae343dbdffd20b8e90ce250602a879c411a01659cad6e58e6aea1a" + "url": "https://github.com/dagger/dagger/releases/download/v0.6.0/dagger_v0.6.0_windows_amd64.zip", + "hash": "faeaca53c9b4ab739f6ef39d842ba5be1bb6ea03c729d4beda3ce97c08536af1" } }, "bin": "dagger.exe",