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