From 4e51970c55715525b2f405a78fe41422521ceb24 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 22 Mar 2024 10:06:23 -0600 Subject: [PATCH] Upgrade Hugo version on the historical spec --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5fa57a4f..3288b42a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: "🔎 Run validator" run: | python scripts/check-event-schema-examples.py - + check-openapi-examples: name: "🔎 Check OpenAPI definitions examples" runs-on: ubuntu-latest @@ -268,7 +268,7 @@ jobs: - name: "➕ Setup Hugo" uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d with: - hugo-version: '0.93.3' + hugo-version: '0.113.0' extended: true - name: "📥 Source checkout" uses: actions/checkout@v4