diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eafd713..6c4eb68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.0 + uses: creyD/prettier_action@v4.3 with: prettier_options: --write **/*.{json,js,md,yaml} env: