Skip to content

Commit 0f6f7e7

Browse files
committed
fix markdown action
1 parent 7280902 commit 0f6f7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Prettify markdown
17-
uses: creyD/prettier_action@v4
17+
uses: creyD/prettier_action@v4.3
1818
with:
1919
prettier_options: --write **/*.md

0 commit comments

Comments
 (0)