File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
uses : actions/checkout@v4
61
61
62
62
- name : Prettify code
63
- uses : creyD/prettier_action@v4.4
63
+ uses : creyD/prettier_action@v4.5
64
64
with :
65
65
# This part is also where you can pass other options, for example:
66
66
prettier_options : --write **/*.{js,md}
89
89
fetch-depth : 0
90
90
91
91
- name : Prettify code
92
- uses : creyD/prettier_action@v4.4
92
+ uses : creyD/prettier_action@v4.5
93
93
with :
94
94
# This part is also where you can pass other options, for example:
95
95
prettier_options : --write **/*.{js,md}
@@ -119,7 +119,7 @@ jobs:
119
119
persist-credentials : false
120
120
121
121
- name : Prettify code
122
- uses : creyD/prettier_action@v4.4
122
+ uses : creyD/prettier_action@v4.5
123
123
with :
124
124
prettier_options : --write **/*.{js,md}
125
125
only_changed : True
@@ -150,7 +150,7 @@ jobs:
150
150
persist-credentials : false
151
151
152
152
- name : Prettify code
153
- uses : creyD/prettier_action@v4.4
153
+ uses : creyD/prettier_action@v4.5
154
154
with :
155
155
dry : True
156
156
github_token : ${{ secrets.PERSONAL_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments