diff --git a/.github/workflows/site-deployment.yaml b/.github/workflows/site-deployment.yaml index ebffebb5..c16aaef8 100644 --- a/.github/workflows/site-deployment.yaml +++ b/.github/workflows/site-deployment.yaml @@ -82,7 +82,7 @@ jobs: - name: 'Install Node Dependencies' run: npm ci - name: 'Setup Hugo on Runner' - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ env.HUGO_VERSION }} extended: true