Update minimum required Hugo version to 0.125.7

This commit is contained in:
Aditya Telange 2025-03-01 21:05:13 +05:30
parent 72fbafe9c1
commit ac7479c14f
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -15,7 +15,7 @@ on:
hugoVersion: hugoVersion:
description: "Hugo Version" description: "Hugo Version"
required: false required: false
default: "0.112.4" default: "0.125.7"
# Allow one concurrent deployment # Allow one concurrent deployment
concurrency: concurrency:
@ -38,7 +38,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.112.4' }} HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
steps: steps:
- name: Install Hugo CLI - name: Install Hugo CLI
run: | run: |