From c901d4b8eae325fb2cd129c2b856bc48770b36d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:53:13 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.3 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 952d338..c5976d6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -69,7 +69,7 @@ jobs: run: 'sudo chown -R $USER docs' - name: Publish documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: docs