Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 4.2.2 to 4.2.3 (
Browse files Browse the repository at this point in the history
…#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](peter-evans/create-pull-request@331d02c...2b011fa)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 29, 2022
1 parent 07a837a commit 28b7c40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cspell5-update-dependencies.yml
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell5-update-dictionaries.yml
Expand Up @@ -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 }}
Expand Down
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr-from-artifact.yml
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable-pr.yml
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 28b7c40

Please sign in to comment.