From aa7fa28b896b8d5a9c8f1d90fa97cc7ab23d797a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:35:51 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.3 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...6cd32fd93684475c31847837f87bb135d40a2b79) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependencies.yml | 2 +- .github/workflows/icons.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index d6eb7f2f43..a52de5395f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -33,7 +33,7 @@ jobs: git add dependencies-latest.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 #v7.0.3 with: reviewers: "@Talend/frontend-admins" commit-message: "chore: upgrade dependencies" diff --git a/.github/workflows/icons.yml b/.github/workflows/icons.yml index 80861d7a52..b41d3792c2 100644 --- a/.github/workflows/icons.yml +++ b/.github/workflows/icons.yml @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6.1.0 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 #v7.0.3 with: commit-message: "chore(icons): from Figma" title: "chore(icons): from Figma"