From 61ed5f5efa0432c2ac30ddbec198445ca64eb251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:28:51 +0000 Subject: [PATCH] dagger: Update to version 0.13.2 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index d332167cff..a76488a0a3 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.13.1", + "version": "0.13.2", "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.13.1/dagger_v0.13.1_windows_amd64.zip", - "hash": "f92706b462a44ca936f7d10d770f95a17bfee576ba36ad86cc5327a0f728f0e6" + "url": "https://github.com/dagger/dagger/releases/download/v0.13.2/dagger_v0.13.2_windows_amd64.zip", + "hash": "bb16cf2a1f5c2b91e3cea38912e75db58c5976815c0e0d6418711dff0aa6ebe5" } }, "bin": "dagger.exe",