From ed65f6765b7de8de11082e1678295e7299ee1bba Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 24 May 2026 13:48:09 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20Hugo=20setup=20action=20=E2=80=94?= =?UTF-8?q?=20use=20peaceiris/actions-hugo@v3.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous SHA 75d2a84... did not correspond to any real commit in peaceiris/actions-hugo (there is no v3.0.0 release). Update to the correct v3.2.1 SHA. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8485e2..43f8a46 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - name: Setup Hugo - uses: peaceiris/actions-hugo@75d2a84ef14cf28a37009d2a8f1d0d6e67eb56e8 # v3.0.0 + uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1 with: hugo-version: 'latest' extended: true