Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from v3.2.0 to v3.3.0 (#1280)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.2.0 to v3.3.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.2.0...44f76dd)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and sudheendrachari committed Sep 15, 2020
1 parent c79594f commit 226b8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_chapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./src/tools/scripts/run_and_test_website.sh
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3.2.0
uses: peter-evans/create-pull-request@v3.3.0
with:
title: Update datestamps and generate chapters
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm run ebooks
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3.2.0
uses: peter-evans/create-pull-request@v3.3.0
with:
title: Regenerate Ebooks
branch-suffix: timestamp
Expand Down

0 comments on commit 226b8b9

Please sign in to comment.