From 6215fbde989d8d6d8d33af13a1523ea11985cea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:29:27 +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 0c478ad1a060bb354038c5e5ecf10c300614030b. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5354f85616108575685a73a0ddd2f67c26a441c3...0c478ad1a060bb354038c5e5ecf10c300614030b) --- 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..3b60d61 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@0c478ad1a060bb354038c5e5ecf10c300614030b # v5.0.2 with: token: ${{ secrets.SEYLUBOT_PAT }} committer: GitHub