From b1822b6abe1a489f9ba7b9b664d916aeafd3e592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:25:57 +0900 Subject: [PATCH] ci: bump peaceiris/actions-hugo from 2.5.0 to 2.6.0 (#621) 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 9fc7598..23cf9b4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.5.0 + uses: peaceiris/actions-hugo@v2.6.0 with: hugo-version: ${{ matrix.hugo-version }} extended: ${{ matrix.extended }}