From aa0472f6592fdc62ed516d493353d4b7773ba79b Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Thu, 28 Mar 2024 12:40:46 -0700 Subject: [PATCH] peaceiris/actions-hugo @-link `https://github.com/peaceiris/actions-hugo/issues/642` also mentioned `https://github.com/peaceiris/actions-hugo/issues/641`, which was merged to main branch as `https://github.com/peaceiris/actions-hugo/commit/c57490a8b04136ae58ab5866a93d3db2f0fa0945`; the implication is that `@c57490a8b04136ae58ab5866a93d3db2f0fa0945` may be able to reference that internal commit --- .github/workflows/CD_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD_publish.yml b/.github/workflows/CD_publish.yml index 536a797e..1e216b9a 100644 --- a/.github/workflows/CD_publish.yml +++ b/.github/workflows/CD_publish.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: 📡 Get Hugo-Extended v0.57.2 - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@c57490a8b04136ae58ab5866a93d3db2f0fa0945 with: hugo-version: '0.57.2' extended: true