From 4306b11e8277bcc51aba24ba364a4647b69ea58f Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Wed, 25 Oct 2023 16:19:57 +0530 Subject: [PATCH] update hugo version Signed-off-by: Pranav Singh --- .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 a3a6f49a..e4e39970 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.115.4 + HUGO_VERSION: 0.119.0 steps: - name: Install Hugo CLI run: |