From 72fc2f377a4ed9167006f7b5b1975e1bb90763a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:54:49 +0000 Subject: [PATCH] chore(deps): update dependency getsops/sops to v3.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c841dbb..a558c3bf 100644 --- a/Makefile +++ b/Makefile @@ -413,7 +413,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))