Skip to content

Commit d5fb5f3

Browse files
chore(deps): update endbug/add-and-commit action to v10
1 parent 73e8cf4 commit d5fb5f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make patch
3939

4040
- name: Create new branch and commit changes to the minor branch
41-
uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0
41+
uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
4242
with:
4343
default_author: user_info
4444
message: 'Update patch version'
@@ -67,7 +67,7 @@ jobs:
6767
run: make minor; git diff
6868

6969
- name: Commit changes to main
70-
uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0
70+
uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
7171
with:
7272
default_author: user_info
7373
message: 'Update minor version'

0 commit comments

Comments
 (0)