Update default Hugo version to 0.146.0 in GitHub Actions workflow

This commit is contained in:
Aditya Telange
2025-04-20 11:49:15 +05:30
parent ac7479c14f
commit 5eeab919fd

View File

@@ -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: |