diff --git a/.github/workflows/format_prettier.yml b/.github/workflows/format_prettier.yml index f6c33f3..4abb229 100644 --- a/.github/workflows/format_prettier.yml +++ b/.github/workflows/format_prettier.yml @@ -14,7 +14,7 @@ jobs: - name: Run prettier run: yarn format - - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: Apply prettier changes branch: ${{ github.head_ref }}