From dd6af54c34c3e2f4c776cb6297ace10b453dd472 Mon Sep 17 00:00:00 2001 From: Sebastian Krysmanski Date: Wed, 21 Feb 2024 16:24:40 +0100 Subject: [PATCH] Upgrade to Hugo 0.123.3 --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 550a5ca..ed4188a 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -54,7 +54,7 @@ jobs: # NOTE: It sometimes happens that new Hugo versions break the site. So I've decided to always # "pin" the Hugo version (instead of using the latest version). This way, the Hugo version # can be updated with a pull request where I can test the new version. - HUGO_VERSION: 0.122.0 + HUGO_VERSION: 0.123.3 # The directory in which Hugo stores the generated site. # NOTE: '${{ runner.temp }}' isn't available here so we have to use '${{ github.workspace }}'.