Browse Source

Update creyD/prettier_action action to v4 (#444)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/1886/head
renovate[bot] 4 years ago committed by GitHub
parent
commit
ebae6f34f1
  1. 2
      web/.github/workflows/prettier.yml

2
web/.github/workflows/prettier.yml

@ -15,7 +15,7 @@ jobs: @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Prettier
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 **/*.{js,tsx,jsx,css,scss}

Loading…
Cancel
Save