From fff4f4e6593bef275c228783e6f97f1672f19bf1 Mon Sep 17 00:00:00 2001 From: BastBotBuddy <56725623+3timeb@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:01:05 +0000 Subject: [PATCH] chore(deps): update dependency warrensbox/terraform-switcher to v1.12.0 --- install/tfswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tfswitch.sh b/install/tfswitch.sh index 3982dd86..a21737af 100644 --- a/install/tfswitch.sh +++ b/install/tfswitch.sh @@ -19,7 +19,7 @@ install() { ARCH=$(uname -m | tr '[:upper:]' '[:lower:]') # renovate: datasource=github-tags depName=warrensbox/terraform-switcher - local TFSWITCH_VERSION="v1.10.0" + local TFSWITCH_VERSION="v1.12.0" if [[ ! -f "${HOME}/opt/tfswitch/tfswitch_${TFSWITCH_VERSION}" ]]; then mkdir -p "${HOME}/opt/tfswitch"