From b0c6bb558d7728ac4535a2ac677c5f47297203cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de>
Date: Thu, 10 Apr 2025 21:22:07 +0200
Subject: [PATCH] theme: temporarily pin Hugo version to 0.145.0 #1086

---
 .github/actions/build_site/action.yaml | 2 +-
 layouts/partials/version.txt           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/build_site/action.yaml b/.github/actions/build_site/action.yaml
index da5f31d879..719696d7ba 100644
--- a/.github/actions/build_site/action.yaml
+++ b/.github/actions/build_site/action.yaml
@@ -6,7 +6,7 @@ runs:
     - name: Setup Hugo
       uses: peaceiris/actions-hugo@v3
       with:
-        hugo-version: 'latest'
+        hugo-version: '0.145.0'
 
     - name: Build docs
       shell: bash
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index 55a747d256..550164d309 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.6.1+523120f28eb07bf5707e343d07e79fe704ae1f38
\ No newline at end of file
+7.6.1+3e2dd237eb6f1bb1ff4c61c702d06c689dd7ebd7
\ No newline at end of file