From 3d03d7735e75973b528f74350b5e3c8fe78892dd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 3 Apr 2024 16:19:29 +0100 Subject: [PATCH] Bump to Hugo to 0.142.1 --- .github/workflows/deploy-production.yml | 2 +- .github/workflows/tests.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 436e918..61277b2 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.122.0 + HUGO_VERSION: 0.124.1 steps: - name: Install Hugo CLI run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0084afc..0aa5944 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.122.0 + HUGO_VERSION: 0.124.1 steps: - name: Install Hugo CLI run: | diff --git a/README.md b/README.md index 5ea00ec..7ba6ba1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Leigh Hackspace Website - Hugo Edition -Hugo version: 0.122 +Hugo version: 0.124.1 ## Contributing