From b5346505d645218974d58f8d4a41199e2e278783 Mon Sep 17 00:00:00 2001 From: koooge Date: Fri, 16 Aug 2024 23:39:09 +0200 Subject: [PATCH] chore: Update hugo min_version to the latest 0.132.2 Signed-off-by: koooge --- .github/workflows/deploy-github-pages.yml | 2 +- .github/workflows/test.yml | 2 +- theme.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index d670783..fa616ba 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.114.0' + hugo-version: '0.132.2' extended: false - name: Build run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3e8ec5..2b74754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.111.3' + hugo-version: '0.132.2' extended: false - name: Build working-directory: ./exampleSite diff --git a/theme.toml b/theme.toml index fa769cc..87a90fa 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "Geppaku is bluish white theme for Hugo" homepage = "https://github.com/koooge/hugo-theme-geppaku" tags = ["blog", "personal"] features = ["blog"] -min_version = 0.114.0 +min_version = 0.132.2 [author] name = "The Geppaku Authors"