diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 77a35a7c..3808fa1b 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -19,7 +19,7 @@ jobs: working-directory: ${{ env.HUGO_DIR }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: lfs: true fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.143.1' + hugo-version: '0.144.2' extended: true - name: Get hugo dependencies (theme)