Skip to content

Commit b421e67

Browse files
ci: bump creyD/prettier_action from 4.5 to 4.6 (#24687)
1 parent cc5b317 commit b421e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/module_docs_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Check Formatting
17-
uses: creyD/prettier_action@v4.5
17+
uses: creyD/prettier_action@v4.6
1818
with:
1919
prettier_options: --check cmd/tools/vdoc/theme

.github/workflows/workflow_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Verify formatting
23-
uses: creyD/prettier_action@v4.5
23+
uses: creyD/prettier_action@v4.6
2424
with:
2525
prettier_options: --check **.yml

0 commit comments

Comments
 (0)