From 1fa7ab03c9295ae6687c7c69c34c300155ccaee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:33:44 +0200 Subject: [PATCH] chore(deps): update dependency b1nary-gr0up/nwa to v0.7.7 (#1712) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8db7468..e2f2b9a4 100644 --- a/Makefile +++ b/Makefile @@ -378,7 +378,7 @@ ko: $(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION)) NWA := $(LOCALBIN)/nwa -NWA_VERSION := v0.7.6 +NWA_VERSION := v0.7.7 NWA_LOOKUP := B1NARY-GR0UP/nwa nwa: @test -s $(NWA) && $(NWA) -h | grep -q $(NWA_VERSION) || \