summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-04-05 00:23:07 +0000
committerRenovate Bot <bot@renovateapp.com>2022-04-05 00:23:07 +0000
commitd35d5069a8c86611372d3d065689a5e3309a4e6e (patch)
tree8b26068ce38403b7874372d3f437d290cee31a75
parentd4e2412893da668331beddac02cfc656b7528f9f (diff)
Update creyD/prettier_action action to v4renovate/creyd-prettier_action-4.x
-rw-r--r--.github/workflows/javascript-formatting.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/javascript-formatting.yml b/.github/workflows/javascript-formatting.yml
index d548ad67c..395f7be7a 100644
--- a/.github/workflows/javascript-formatting.yml
+++ b/.github/workflows/javascript-formatting.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Prettify code
- uses: creyD/prettier_action@v3.3
+ uses: creyD/prettier_action@v4.2
with:
# This part is also where you can pass other options, for example:
prettier_options: --write webroot/**/*.{js,md}