diff --git a/module-assets/ci/install-deps.sh b/module-assets/ci/install-deps.sh index b66d15f2..52b64735 100755 --- a/module-assets/ci/install-deps.sh +++ b/module-assets/ci/install-deps.sh @@ -190,7 +190,7 @@ fi ####################################### # renovate: datasource=github-releases depName=warrensbox/terraform-switcher -TFSWITCH_VERSION=v1.2.3 +TFSWITCH_VERSION=v1.2.4 BINARY=tfswitch set +e INSTALLED_TFSWITCH_VERSION="$(tfswitch --version | grep Version | awk '{ print $2 }')"