We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e8cf4 commit d5fb5f3Copy full SHA for d5fb5f3
1 file changed
.github/workflows/branch.yml
@@ -38,7 +38,7 @@ jobs:
38
run: make patch
39
40
- name: Create new branch and commit changes to the minor branch
41
- uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0
+ uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0
42
with:
43
default_author: user_info
44
message: 'Update patch version'
@@ -67,7 +67,7 @@ jobs:
67
run: make minor; git diff
68
69
- name: Commit changes to main
70
71
72
73
message: 'Update minor version'
0 commit comments