From 98c690e4f7883d8996dab4384dcbbd10a23ac392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:04:22 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a74d6a6..9f3a9d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: hugo --minify - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: ./public