From 90e6a30bf060a0bd7340045b8f08b50314fb302f Mon Sep 17 00:00:00 2001 From: Aesara Date: Wed, 21 Aug 2024 12:08:08 +0930 Subject: [PATCH] github-ci: bump hugo version Signed-off-by: Aesara --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index b559e41..be7c85c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.121.2 + HUGO_VERSION: 0.133.0 steps: - name: Install Hugo CLI run: |