Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent c6d5dd3 commit b2ca251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Automated Changelog update [skip-ci]
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-konnect-oas-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
npm ci
node run.js --url ${{ vars.VITE_PORTAL_API_URL }}
- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Sync Konnect OAS Data
commit-message: Sync Konnect OAS Data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-kuma-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: 'Create pull request'
# https://github.com/peter-evans/create-pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
id: newPR
with:
base: main
Expand Down

0 comments on commit b2ca251

Please sign in to comment.