From 7b897b5a87939a7d75c4b0d8beef27487a105d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:41:51 +0100 Subject: [PATCH] ci: [DEPENDABOT] Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#3033) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clang-tidy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 37aef6495..c082e5ebf 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -107,7 +107,7 @@ jobs: - name: Create PR with fixes if: ${{ steps.files_changed.outcome != 'success' && github.event_name != 'pull_request' }} - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ github.token }}