From 1ce4c63c3a083465e8c2f37ae89d9c8bcc00462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 08:09:23 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/clangFormat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"