Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#1707)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 9cbb60e commit 93e2082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# GitHub Actions are NOT triggered in this PR
- name: create-pull-request
if: steps.date_check.outputs.updated == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: update updated_on (github token)'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# GitHub Actions are triggered in this PR
- name: create-pull-request
if: steps.date_check.outputs.updated == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.app-token.outputs.token }}
commit-message: 'chore: update updated_on (github app)'
Expand Down

0 comments on commit 93e2082

Please sign in to comment.