From 66533ce49baa441f9be8e9a3888402d5d266be04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:10:17 +0000 Subject: [PATCH] feat(Dependencies): Update peter-evans/create-pull-request action to v7 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | peter-evans/create-pull-request | v6.1.0 | v7.0.0 | --- .github/workflows/LintingAutoFix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LintingAutoFix.yml b/.github/workflows/LintingAutoFix.yml index 5674f3bb38..eb064fdabe 100644 --- a/.github/workflows/LintingAutoFix.yml +++ b/.github/workflows/LintingAutoFix.yml @@ -46,7 +46,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.modified == 'true' id: cpr - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: fix(Linting):blacked code