From 0edec336ee7b71d4a4fcd58084510b97ec551ebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:26:01 +0000 Subject: [PATCH] dagger: Update to version 0.8.0 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index d433161447..3b6a7ec3b0 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.6.4", + "version": "0.8.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.6.4/dagger_v0.6.4_windows_amd64.zip", - "hash": "391e1cb15329e91ef810b7dc5225dd8e806b7a7d9af8fd2e9e5f8d7a647ca90d" + "url": "https://github.com/dagger/dagger/releases/download/v0.8.0/dagger_v0.8.0_windows_amd64.zip", + "hash": "571eabf0ffd586204a03b5903f13a1e5da01285560b32096dc387b0a0dd95e22" } }, "bin": "dagger.exe",