Skip to content

Commit 824314e

Browse files
authored
1 parent bd762e8 commit 824314e

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@v9
41+
uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.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@v9
70+
uses: EndBug/add-and-commit@050a66787244b10a4874a2a5f682130263edc192 # v9.0.0
7171
with:
7272
default_author: user_info
7373
message: 'Update minor version'

0 commit comments

Comments
 (0)