From c063fb621d0d2fc732d83802e405768822b2f772 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:29:06 +0000 Subject: [PATCH] chore(deps): update dependency sops to v3.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..fb48583 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ age: @$(call go-install-tool,$(AGE),filippo.io/age/cmd/age@$(AGE_VERSION)) SOPS := $(LOCALBIN)/sops -SOPS_VERSION := v3.11.0 +SOPS_VERSION := v3.12.2 SOPS_LOOKUP := getsops/sops sops: @$(call go-install-tool,$(SOPS),github.com/$(SOPS_LOOKUP)/v3/cmd/sops@$(SOPS_VERSION))