From a05da0842c595b734204e5805e37bf3b9f777db3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 7 Apr 2024 04:27:58 +0900 Subject: [PATCH] feat: bump peaceiris/actions-hugo to v3 --- setup-hugo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index 23017df..c012791 100644 --- a/setup-hugo/action.yml +++ b/setup-hugo/action.yml @@ -56,7 +56,7 @@ runs: - run: npm i -g npm shell: bash - - uses: peaceiris/actions-hugo@v2 + - uses: peaceiris/actions-hugo@v3 with: hugo-version: "${{ inputs.hugo-version }}" extended: "${{ inputs.extended }}"