From 76b81c69c1bc3f91957d09f913ecdc93431600fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:52:57 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v10 --- .github/workflows/manual_release_stable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual_release_stable.yaml b/.github/workflows/manual_release_stable.yaml index c7d86eb4..fb35202b 100644 --- a/.github/workflows/manual_release_stable.yaml +++ b/.github/workflows/manual_release_stable.yaml @@ -162,7 +162,7 @@ jobs: - name: Commit and push versioned docs id: commit_versioned_docs - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "website/versioned_docs website/versioned_sidebars website/versions.json" message: "docs: version ${{ needs.release_prepare.outputs.version_number }} docs [skip ci]"