diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3bb085e..a28d60d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: 🚀 Run Prettier - uses: creyD/prettier_action@v4.3 + uses: creyD/prettier_action@v4.4 with: prettier_options: --write **/*.{json,js,md,yaml} env: