From e56f373587e659641ae42260572020ae948cd87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:34:20 +0000 Subject: [PATCH] feat(Dependencies): Update peter-evans/create-pull-request action to v6 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | peter-evans/create-pull-request | v5.0.3 | v6.0.2 | --- .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 8b8acb04f0..fa933e3b29 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@v5.0.3 + uses: peter-evans/create-pull-request@v6.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: fix(Linting):blacked code