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"