From 62820efe4f2526464659457ecce55b9eec2784b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:47:05 +0000 Subject: [PATCH] chore(devdeps): update jamesives/github-pages-deploy-action action to v4.7.3 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d70f20131..a7d219b493 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,7 +96,7 @@ jobs: - name: Publish api docs if: steps.changesets.outputs.published == 'true' - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: folder: docs commit-message: 'chore: release-api-docs' @@ -104,7 +104,7 @@ jobs: - name: Publish api docs [beta] if: steps.changesets.outputs.published == 'false' id: latest-deploy - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: folder: docs commit-message: 'chore: release-api-docs-beta'