diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0c06b25..5be156f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,6 +12,6 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Prettify the code - uses: creyD/prettier_action@v4.2 + uses: creyD/prettier_action@v4.3 with: prettier_options: '--write .'