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