Skip to content

Commit e3ed8a4

Browse files
authored
fix(workflow): pin cocogitto version to 6.3.0 in release-stable-version workflow (#10116)
1 parent 7da335f commit e3ed8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-stable-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install cocogitto
107107
uses: taiki-e/install-action@v2
108108
with:
109-
tool: cocogitto
109+
tool: cocogitto@6.3.0
110110
checksum: true
111111

112112
- name: Obtain previous and next tag information

0 commit comments

Comments
 (0)