From c9ba9b0f4957cdfa5d406dc17a18ff3713907e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:25:59 +0800 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request (#139) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from ae06da367471c35a28ea329c75375617e8c698bc to bac6da8071ada152cce76cfbd24b54b7190ad799. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/ae06da367471c35a28ea329c75375617e8c698bc...bac6da8071ada152cce76cfbd24b54b7190ad799) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b1df2af..6f20b44 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@ae06da367471c35a28ea329c75375617e8c698bc # v5.0.2 + uses: peter-evans/create-pull-request@bac6da8071ada152cce76cfbd24b54b7190ad799 # v5.0.2 with: token: ${{ secrets.SEYLUBOT_PAT }} committer: GitHub