From 69919d55b26e80a540ebcbd79461c12f65734303 Mon Sep 17 00:00:00 2001 From: Joe Lust Date: Tue, 31 Dec 2024 22:23:28 -0500 Subject: [PATCH] Fix build --- .github/workflows/build-deploy-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-site.yml b/.github/workflows/build-deploy-site.yml index 1fd3a016..7f1ba3f1 100644 --- a/.github/workflows/build-deploy-site.yml +++ b/.github/workflows/build-deploy-site.yml @@ -10,14 +10,14 @@ jobs: build-deploy: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@main + - uses: actions/checkout@v4 with: submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.101.0' + hugo-version: '0.140.2' extended: true - name: Build Site