Skip to content

Commit

Permalink
build(deps): bump peter-evans/create-pull-request from 5 to 6 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent e33a904 commit 9ac09eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# For GitHub CLI
GH_TOKEN: ${{ github.token }}
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: |
create-pull-request/patch-for-issue-${{ github.event.issue.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "# Best-of update: ${{ env.VERSION }}" >> "$GITHUB_STEP_SUMMARY"
cat latest-changes.md >> "$GITHUB_STEP_SUMMARY"
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
committer: best-of update <[email protected]>
Expand Down

0 comments on commit 9ac09eb

Please sign in to comment.