From 9c0ba06db49cb901ebb8805c4a7d4e2e4188d91e Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 11 Aug 2024 16:28:59 +0000 Subject: [PATCH] chore: bump hugo versions --- .devcontainer/devcontainer.json | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 304519e..5401f2c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.124.1" + "version": "0.131.0" }, "ghcr.io/devcontainers/features/node:1": {} }, diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 79469f0..12d5bdd 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.126.1 + HUGO_VERSION: 0.131.0 steps: - name: Checkout uses: actions/checkout@v4