Skip to content

Commit 0669bf7

Browse files
chore(deps): update endbug/add-and-commit action to v9 (#565)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent fea9edf commit 0669bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
branch: ${{ steps.get_branch.outputs.BRANCH }}
4343

4444
- name: Commit changes to the minor branch
45-
uses: EndBug/add-and-commit@v8
45+
uses: EndBug/add-and-commit@v9
4646
with:
4747
default_author: user_info
4848
message: 'Update patch version'
@@ -71,7 +71,7 @@ jobs:
7171
run: make minor; git diff
7272

7373
- name: Commit changes to main
74-
uses: EndBug/add-and-commit@v8
74+
uses: EndBug/add-and-commit@v9
7575
with:
7676
default_author: user_info
7777
message: 'Update minor version'

0 commit comments

Comments
 (0)