From d58589b7e93191a106e80394896f1ebb95227ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:28:04 +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.2 | v6.0.0 | --- .github/workflows/blacked.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blacked.yml b/.github/workflows/blacked.yml index f9971c28..d4997af9 100644 --- a/.github/workflows/blacked.yml +++ b/.github/workflows/blacked.yml @@ -27,7 +27,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.modified == 'true' id: cpr - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: fix(Linting):blacked code