Skip to content

Commit 7dfab9f

Browse files
⬆️ Update creyD/prettier_action action to v4.6 (#216)
1 parent be4a5d7 commit 7dfab9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/addon-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: ⤵️ Check out code from GitHub
107107
uses: actions/checkout@v4
108108
- name: 🚀 Run Prettier
109-
uses: creyD/prettier_action@v4.5
109+
uses: creyD/prettier_action@v4.6
110110
with:
111111
prettier_options: --write **/*.{json,js,md,yaml}
112112
env:

.github/workflows/base-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: ⤵️ Check out code from GitHub
9191
uses: actions/checkout@v4
9292
- name: 🚀 Run Prettier
93-
uses: creyD/prettier_action@v4.5
93+
uses: creyD/prettier_action@v4.6
9494
with:
9595
prettier_options: --write **/*.{json,js,md,yaml}
9696
env:

.github/workflows/workflows-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: ⤵️ Check out code from GitHub
4040
uses: actions/checkout@v4
4141
- name: 🚀 Run Prettier
42-
uses: creyD/prettier_action@v4.5
42+
uses: creyD/prettier_action@v4.6
4343
with:
4444
prettier_options: --write **/*.{json,js,md,yaml}
4545
env:

0 commit comments

Comments
 (0)