davideisinger.com

My personal website
Log | Files | Refs | README

commit 592b31c93e09faf14d706db4ad33a3eaa2f7076e
parent 6c6d8487e88de42b23e5514c83d224d509fecf7e
Author: David Eisinger <[email protected]>
Date:   Thu, 26 Sep 2024 12:37:50 -0400

Update hugo action version

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: fetch-depth: 0 - name: Set up Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.122.0" extended: true