From e39b80da6b346dfbf39c2a01ce9bcf8fa1c34162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:29:21 +0000 Subject: [PATCH] dagger: Update to version 0.9.9 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 45785919ae..c173ed8ea0 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.9.8", + "version": "0.9.9", "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.9.8/dagger_v0.9.8_windows_amd64.zip", - "hash": "aa7e7449ad30e7d2e6399269d90da3dd0a5529880319475acb4d1ea1ea8ea02c" + "url": "https://github.com/dagger/dagger/releases/download/v0.9.9/dagger_v0.9.9_windows_amd64.zip", + "hash": "f6a405eac134626861383c02c9c108880c6547bde8b35f47b175c1a9adcc2b0a" } }, "bin": "dagger.exe",