From b162ed54f9df324c32284f0c3972e46278e79be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:26:24 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5354f85616108575685a73a0ddd2f67c26a441c3 to 2b17eaf819f0c76d6ff27bd4c6a97eea23b82b95. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5354f85616108575685a73a0ddd2f67c26a441c3...2b17eaf819f0c76d6ff27bd4c6a97eea23b82b95) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update-pre-commit.yaml b/.github/workflows/auto-update-pre-commit.yaml index 0ec125e..8c58404 100644 --- a/.github/workflows/auto-update-pre-commit.yaml +++ b/.github/workflows/auto-update-pre-commit.yaml @@ -45,7 +45,7 @@ jobs: run: pre-commit autoupdate - name: Create PR - uses: peter-evans/create-pull-request@5354f85616108575685a73a0ddd2f67c26a441c3 # v5.0.2 + uses: peter-evans/create-pull-request@2b17eaf819f0c76d6ff27bd4c6a97eea23b82b95 # v5.0.2 with: token: ${{ secrets.SEYLUBOT_PAT }} committer: GitHub