Skip to content

Commit

Permalink
Update peter-evans/create-pull-request to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Apr 12, 2024
1 parent 4286610 commit 59c2113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
../fcos-releng-auto/scripts/promote-config.sh ${src_stream}
echo "commit_title=$(git log --pretty=format:%s -1 HEAD)" >> $GITHUB_ENV
- name: Open pull request
uses: peter-evans/create-pull-request@v4.2.3
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.COREOSBOT_RELENG_TOKEN }}
path: fcos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo "BRANCH_NAME=${branch_name}" >> ${GITHUB_ENV}
echo "ROLLOUT_DESC=${rollout_desc}" >> ${GITHUB_ENV}
- name: Open pull request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.COREOSBOT_RELENG_TOKEN }}
branch: ${{ env.BRANCH_NAME }}
Expand Down

0 comments on commit 59c2113

Please sign in to comment.