Skip to content

Commit 2784172

Browse files
Update creyD/prettier_action action to v4.6 (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2627e9a commit 2784172

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646

4747
- name: prettier
48-
uses: creyD/prettier_action@v4.5
48+
uses: creyD/prettier_action@v4.6
4949
with:
5050
dry: true
5151
prettier_options: "--check **/*.json"

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262

6363
- name: prettier
64-
uses: creyD/prettier_action@v4.5
64+
uses: creyD/prettier_action@v4.6
6565
with:
6666
dry: true
6767
prettier_options: "--check **/*.md"

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: prettier
63-
uses: creyD/prettier_action@v4.5
63+
uses: creyD/prettier_action@v4.6
6464
with:
6565
dry: true
6666
prettier_options: "--check **/*.{yml,yaml}"

0 commit comments

Comments
 (0)