From 8222f91e9812987367a36757be68d02faa7eb65b Mon Sep 17 00:00:00 2001 From: Sped0n Date: Sat, 4 Nov 2023 19:04:21 +0800 Subject: [PATCH] chore(theme.toml): update minimum hugo version from 0.83.0 to 0.114.0 to ensure compatibility with the updated version --- .github/workflows/artifacts.yml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index ab8bcb2..5b9fda7 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.83.0' + hugo-version: '0.114.0' extended: true - name: Setup pnpm diff --git a/theme.toml b/theme.toml index f9e284c..f192d0f 100644 --- a/theme.toml +++ b/theme.toml @@ -16,4 +16,4 @@ homepage = "https://github.com/Sped0n" [module] [module.hugoVersion] extended = true -min = "0.83.0" +min = "0.114.0"