From a247d56681d090741d73775da7f49773dc4fc76a Mon Sep 17 00:00:00 2001 From: Hans van Luttikhuizen-Ross Date: Sat, 21 Oct 2023 18:24:29 +0200 Subject: [PATCH] Use Hugo 0.119.0 --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 8ce8013..5c42279 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.117.0 + HUGO_VERSION: 0.119.0 steps: - name: Install Hugo CLI run: |