From 1626ea8f2fb4aa617f4061dabea2ba2be5d31797 Mon Sep 17 00:00:00 2001 From: Esteca Bot Date: Sat, 6 Jul 2024 17:45:39 +0000 Subject: [PATCH] chore(deps): update dependency gomplate to v4.1.0 --- .github/update-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-readme.sh b/.github/update-readme.sh index 0e785d1f..c39850ed 100755 --- a/.github/update-readme.sh +++ b/.github/update-readme.sh @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH" set -euxo pipefail # renovate: datasource=github-releases depName=gomplate packageName=hairyhenderson/gomplate -GOMPLATE_VERSION=v4.0.0 +GOMPLATE_VERSION=v4.1.0 # install gomplate curl --silent --show-error --fail --location --output ./.bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/"${GOMPLATE_VERSION}"/gomplate_linux-amd64