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'