From 8d9da49c8ec62ebcc9185372916915ac75bd8272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:54:48 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/update-llms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-llms.yml b/.github/workflows/update-llms.yml index d9da776..36b35f1 100644 --- a/.github/workflows/update-llms.yml +++ b/.github/workflows/update-llms.yml @@ -64,7 +64,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore: update llms.txt" title: "chore: update llms.txt"