From ccf54a24590bd1aef61311f2a9e75c524c36b56d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:07:41 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 423b5141adb..f956066f637 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: --remove-script-type-attributes --remove-tag-whitespace \ --use-short-doctype --minify-css true --minify-js true \ --output {} {} \; - - uses: JamesIves/github-pages-deploy-action@v4.7.3 + - uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: gh-pages