From 997ffac1067dfe85eec37055cf360ec1bb1b0893 Mon Sep 17 00:00:00 2001 From: Esteca Bot Date: Sat, 8 Jun 2024 21:05:22 +0000 Subject: [PATCH] chore(deps): update dependency gomplate to v3.11.8 --- .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 c41f0999..d9cb1039 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=v3.11.7 +GOMPLATE_VERSION=v3.11.8 # install gomplate curl --silent --show-error --fail --location --output ./.bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/"${GOMPLATE_VERSION}"/gomplate_linux-amd64