diff --git a/.github/workflows/format-code-base.yml b/.github/workflows/format-code-base.yml index 162ccee..4a8cf95 100644 --- a/.github/workflows/format-code-base.yml +++ b/.github/workflows/format-code-base.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: 💄 Run Prettier - uses: creyD/prettier_action@v4.5 + uses: creyD/prettier_action@v4.6 with: prettier_options: --write **/*.{js,html,json,css,yml,md} env: