diff --git a/.github/workflows/docs-to-gh-pages.yml b/.github/workflows/docs-to-gh-pages.yml index fd9bc891..daa4e811 100644 --- a/.github/workflows/docs-to-gh-pages.yml +++ b/.github/workflows/docs-to-gh-pages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/fresh-to-vercel-pr.yml b/.github/workflows/fresh-to-vercel-pr.yml index 616af11f..e6befcae 100644 --- a/.github/workflows/fresh-to-vercel-pr.yml +++ b/.github/workflows/fresh-to-vercel-pr.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/fresh-to-vercel.yml b/.github/workflows/fresh-to-vercel.yml index 8a849683..24b5ca9d 100644 --- a/.github/workflows/fresh-to-vercel.yml +++ b/.github/workflows/fresh-to-vercel.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index b8e25fac..35a2ae92 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "latest" extended: true