Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-pull-request from 3.10.1 to 3.11…
Browse files Browse the repository at this point in the history
….0 (#1955)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.10.1...v3.11.0)

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

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 5, 2021
1 parent 143eb75 commit 7d4f3b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Expand Up @@ -173,7 +173,7 @@ jobs:

- name: Create Pull Request
if: env.git_status == 'dirty'
uses: peter-evans/create-pull-request@v3.10.1
uses: peter-evans/create-pull-request@v3.11.0
with:
commit-message: "ci: Workflow Bot -- Integration ${{ matrix.repo }} Update References"
branch: ${{ env.branch_prefix }}/${{ matrix.repo }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies-cspell4.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
- name: Create Pull Request
if: env.git_status == 'dirty'
uses: peter-evans/create-pull-request@v3.10.1
uses: peter-evans/create-pull-request@v3.11.0
with:
commit-message: "ci: Workflow Bot -- Update ALL Dependencies"
branch: ${{ env.NEW_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
- name: Create Pull Request
if: env.git_status == 'dirty'
uses: peter-evans/create-pull-request@v3.10.1
uses: peter-evans/create-pull-request@v3.11.0
with:
commit-message: "ci: Workflow Bot -- Update ALL Dependencies"
branch: ${{ env.NEW_BRANCH }}
Expand Down

0 comments on commit 7d4f3b3

Please sign in to comment.