Skip to content

Commit

Permalink
Merge pull request #591 from openedx/dependabot/github_actions/peter-…
Browse files Browse the repository at this point in the history
…evans/create-pull-request-6

chore(deps): bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
bmtcril authored Feb 5, 2024
2 parents 9a91a49 + 99f14d3 commit 3a20dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Pull Request
if: steps.tag_version.outputs.new_version
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
title: "chore: preparing release ${{ steps.tag_version.outputs.new_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git checkout -b $branch_name || git checkout $branch_name
git push origin $branch_name
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN }}
title: "chore(i18n): updating translations"
Expand Down

0 comments on commit 3a20dab

Please sign in to comment.