From 8b54e2a17c3a86bc96ceb7ce0a479fbddcca5e54 Mon Sep 17 00:00:00 2001 From: Melissa Huang Date: Fri, 9 Feb 2024 09:28:44 -0800 Subject: [PATCH] trying to bump actions workflow --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0afff97..8e732b1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.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