From 28b7c4020f9d1b0e67a369cd8131b0f72876169a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:44:48 +0100 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 4.2.2 to 4.2.3 (#3879) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/331d02c7e2104af23ad5974d4d5cbc58a3e6dc77...2b011faafdcbc9ceb11414d64d0573f37c774b04) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cspell5-update-dependencies.yml | 2 +- .github/workflows/cspell5-update-dictionaries.yml | 2 +- .github/workflows/cspell5-update-integration-repositories.yml | 2 +- .github/workflows/reuseable-pr-from-artifact.yml | 2 +- .github/workflows/reuseable-pr.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cspell5-update-dependencies.yml b/.github/workflows/cspell5-update-dependencies.yml index 6d7f46f031c..011c40c0140 100644 --- a/.github/workflows/cspell5-update-dependencies.yml +++ b/.github/workflows/cspell5-update-dependencies.yml @@ -82,7 +82,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update ALL Dependencies" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/cspell5-update-dictionaries.yml b/.github/workflows/cspell5-update-dictionaries.yml index 16de40a0682..2279f69b2ce 100644 --- a/.github/workflows/cspell5-update-dictionaries.yml +++ b/.github/workflows/cspell5-update-dictionaries.yml @@ -112,7 +112,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update Dictionaries" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/cspell5-update-integration-repositories.yml b/.github/workflows/cspell5-update-integration-repositories.yml index 2bcb28c7b7a..309fc38ee05 100644 --- a/.github/workflows/cspell5-update-integration-repositories.yml +++ b/.github/workflows/cspell5-update-integration-repositories.yml @@ -58,7 +58,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update Integration Snapshots" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/reuseable-pr-from-artifact.yml b/.github/workflows/reuseable-pr-from-artifact.yml index 7373d06d666..9dee695e6e1 100644 --- a/.github/workflows/reuseable-pr-from-artifact.yml +++ b/.github/workflows/reuseable-pr-from-artifact.yml @@ -105,7 +105,7 @@ jobs: - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: ${{ inputs.commit-message }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/reuseable-pr.yml b/.github/workflows/reuseable-pr.yml index 9f1ee36c78f..5fefd4b9b7d 100644 --- a/.github/workflows/reuseable-pr.yml +++ b/.github/workflows/reuseable-pr.yml @@ -91,7 +91,7 @@ jobs: - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: ${{ inputs.commit-message }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 8cd60cbde2c..1949b59fba1 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -53,7 +53,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Build Docs" branch: ${{ env.NEW_BRANCH }}