From af10fb054da805d46ee40748dcbc2cdd520c29f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:14:20 +0000 Subject: [PATCH] Update hugomods/hugo Docker tag to reg-git-0.140.2 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f02e066..531ad49 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-24.04 # Ironically, to avoid cycled self-dependency, use a Hugo installation from a different source # here to build the website. - container: hugomods/hugo:reg-git-0.140.1 + container: hugomods/hugo:reg-git-0.140.2 steps: - uses: actions/checkout@v4 with: