From 9d4fdefc0d36e6f2f7f4e90b23a791a0db7fa9e6 Mon Sep 17 00:00:00 2001 From: Xin Date: Mon, 3 Jun 2024 23:00:45 +0100 Subject: [PATCH] chore: update Hugo version to 0.126.3 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/pages.yaml | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5f67ab9..d9b5c8d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.122.0" + "version": "0.126.3" }, "ghcr.io/devcontainers/features/node:1": {} }, diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 891ea5e..47245b7 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.124.1 + HUGO_VERSION: 0.126.3 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/netlify.toml b/netlify.toml index 60166d7..59963c1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ publish = "public" command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}" [build.environment] -HUGO_VERSION = "0.121.1" +HUGO_VERSION = "0.126.3"