diff --git a/.github/workflows/clangFormat.yaml b/.github/workflows/clangFormat.yaml index 642ef48..1a6e739 100644 --- a/.github/workflows/clangFormat.yaml +++ b/.github/workflows/clangFormat.yaml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request if: failure() - uses: peter-evans/create-pull-request@v3.12.0 + uses: peter-evans/create-pull-request@v3.12.1 with: commit-message: "style: Format codes" title: "style: format codes for ${{ github.ref }}"