From cdd775a49098f026c4a849dac3e5db5815989d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:55:04 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.9.0 --- .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 97eae04..7ebb692 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: yarn run docs:build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.