diff --git a/.github/workflows/deploy-page.yml b/.github/workflows/deploy-page.yml index e8c512e4..e5dc594a 100644 --- a/.github/workflows/deploy-page.yml +++ b/.github/workflows/deploy-page.yml @@ -21,7 +21,7 @@ jobs: # Download, and sets up HUGO, ready for use in GHActions - name: Setup Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: "0.151.0" # Version taken from https://github.com/cstate/cstate/blob/master/exampleSite/.gitlab-ci.yml#L10 extended: true