From dea2937392cf8236bf596120c193af4575cf0eeb Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 11 Dec 2024 13:03:33 +0100 Subject: [PATCH] Upgrade the Hugo version Not that we don't trust our Markdown files, but just to avoid having to deal with any reports about using "an unsafe Hugo version"... see https://github.com/gohugoio/hugo/security/advisories/GHSA-c2xf-9v2r-r2rx for more details. Signed-off-by: Johannes Schindelin --- hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yml b/hugo.yml index 1fb7f8db69..35246dfcc2 100644 --- a/hugo.yml +++ b/hugo.yml @@ -31,7 +31,7 @@ module: - source: external/docs/content target: content params: - hugo_version: 0.134.3 + hugo_version: 0.139.4 pagefind_version: 1.1.1 latest_version: 2.47.1 latest_relnote_url: https://raw.github.com/git/git/master/Documentation/RelNotes/2.47.1.txt