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"