From 3b443076f02aa9537a31bdcaa0c971cdd41eb022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:39:54 +0900 Subject: [PATCH] ci: bump peaceiris/actions-hugo from 2.6.0 to 3.0.0 (#653) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index da5cf745..7ca1b43a 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: hugo-version: ${{ matrix.hugo-version }} extended: ${{ matrix.extended }}