From 5eeab919fd0b0729b8548654b804fdbfbbb8d48c Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:49:15 +0530 Subject: [PATCH] Update default Hugo version to 0.146.0 in GitHub Actions workflow --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 92b859f5..7dc6f1c3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,7 @@ on: hugoVersion: description: "Hugo Version" required: false - default: "0.125.7" + default: "0.146.0" # Allow one concurrent deployment concurrency: @@ -38,7 +38,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }} + HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.146.0' }} steps: - name: Install Hugo CLI run: |