From 8f058183307c7b87c865bfd092fabad2697cd6b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:35:22 +0000 Subject: [PATCH] bicep: Update to version 0.30.23 --- bucket/bicep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index 37c9a6574a..bab5d956e1 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,16 +1,16 @@ { - "version": "0.30.3", + "version": "0.30.23", "description": "A declarative language for describing and deploying Azure resources", "homepage": "https://github.com/Azure/bicep", "license": "MIT", "architecture": { "arm64": { - "url": "https://github.com/Azure/bicep/releases/download/v0.30.3/bicep-win-arm64.exe#/bicep.exe", - "hash": "1ef5ebc66cbe501f817e6abe1bf6d4c4ca29d55d7b199a099c0c622a051633c0" + "url": "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-win-arm64.exe#/bicep.exe", + "hash": "2b17b74e82366d061d9a800b005c45ce428f17bf43b0db70cf644a2c7acc6fcd" }, "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.30.3/bicep-win-x64.exe#/bicep.exe", - "hash": "8483fa5dca04fbe435b1e13c6d41faf7f29649d3e6941cde99142823e0eb4105" + "url": "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-win-x64.exe#/bicep.exe", + "hash": "0a384b57320fb6aeb0318272d29cc8ae741b5b9d5b499fc004b3761e7911d3e9" } }, "bin": "bicep.exe",