From 66094cc7e46ccd9a59cedff4bfeed82aeb18f790 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:29:26 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v9.1.4 --- .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 2ade958a..3a4ece23 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@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 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@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: default_author: user_info message: 'Update minor version'