From c9205f2f75e3fff38458821b08b1e65692b875ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:48:12 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-hugo from 2 to 3 (#1240) --- .github/workflows/Lighthouse-CI.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/update-algolia-search-index.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Lighthouse-CI.yml b/.github/workflows/Lighthouse-CI.yml index 432fbc99c..89cbe9336 100644 --- a/.github/workflows/Lighthouse-CI.yml +++ b/.github/workflows/Lighthouse-CI.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 10.x - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f78c3dfae..e067372c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Hugo setup - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ matrix.hugo_version }} extended: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f5df1ebc1..3a586820c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true diff --git a/.github/workflows/update-algolia-search-index.yml b/.github/workflows/update-algolia-search-index.yml index f3ea473ae..a4bc559ac 100644 --- a/.github/workflows/update-algolia-search-index.yml +++ b/.github/workflows/update-algolia-search-index.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true