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 9, 2024
1 parent b3b60c3 commit 1374345
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-konnect-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node fetch-beamer-posts.js
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Automated Konnect changelog update [skip-ci]
body: |
Expand Down
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 1374345

Please sign in to comment.