diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d3c4a8..a4a7bc7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: args: --config-files .cmake-format.yaml --in-place - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: '[MISC] Automatic linting' committer: github-actions[bot]