From 61388ecdb1eefa278fd723e9bafa182362a6fdc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:00:13 -0800 Subject: [PATCH] Update hugomods/hugo Docker tag to reg-git-0.141.0 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9d931fe..205c08c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,7 +10,7 @@ jobs: build: name: Build Website runs-on: ubuntu-24.04 - container: hugomods/hugo:reg-git-0.140.2 + container: hugomods/hugo:reg-git-0.141.0 steps: - uses: actions/checkout@v4 with: