From de921d9598dc33bb4a901746dffd314825b94c96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:45:49 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- actions/contributing-update/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/contributing-update/action.yaml b/actions/contributing-update/action.yaml index c1f1356..05f616f 100644 --- a/actions/contributing-update/action.yaml +++ b/actions/contributing-update/action.yaml @@ -49,7 +49,7 @@ runs: - name: 'Open PR' id: create-pull-request if: steps.generate-and-compare.outputs.comparison_result == '1' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: title: "(Automated) Update Contributing.md (${{ steps.gen-branch-suffix.outputs.suffix }})" body: "Updated contributing.md file based on auto-generate file from template"