Bump hugo version used for the build (#1591)

Since https://github.com/matrix-org/matrix-spec/issues/1544 is fixed, we can
use a modern hugo.
This commit is contained in:
Richard van der Hoff 2023-06-28 07:26:14 +01:00 committed by GitHub
parent a6eb381ebb
commit b2ab339ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -148,7 +148,7 @@ jobs:
- name: " Setup Hugo"
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6
with:
hugo-version: '0.93.3'
hugo-version: '0.113.0'
extended: true
- name: "📥 Source checkout"
uses: actions/checkout@v2

View file

@ -0,0 +1 @@
Update the version of Hugo used to render the spec to v0.113.0.