diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index eb52d25..50be7a0 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -22,7 +22,7 @@ jobs: with: submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.111.3' - name: Build @@ -53,7 +53,7 @@ jobs: id: pages uses: actions/configure-pages@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.111.3' - name: Build