From d5fb5f3ddea937f41a47ba0319a9d5d8f4e27d24 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:18:43 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v10 --- .github/workflows/branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 2ade958a9..cbee474b0 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -38,7 +38,7 @@ jobs: run: make patch - name: Create new branch and commit changes to the minor branch - uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 with: default_author: user_info message: 'Update patch version' @@ -67,7 +67,7 @@ jobs: run: make minor; git diff - name: Commit changes to main - uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0 + uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0 with: default_author: user_info message: 'Update minor version'