Bump peter-evans/create-pull-request from 5 to 6 (#16926)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 5, 2024 at 07:52 UTC
188c41feb3632cc7fbbb1b6e1b2081a39493ae28
2 files changed
+2
-2
.github/workflows/dashboard-pr.yml
+1
-1
@@ -28,7 +28,7 @@ jobs:
28
web/gui/bundle_dashboard_v1.py ${{ github.event.inputs.dashboard_version }}
29
- name: Create Pull Request
30
id: pr
31
- uses: peter-evans/create-pull-request@v5
31
+ uses: peter-evans/create-pull-request@v6
32
with:
33
title: 'Update dashboard to version ${{ github.event.inputs.dashboard_version }}.'
34
body: 'See https://github.com/netdata/dashboard/releases/tag/${{ github.event.inputs.dashboard_version }} for changes.'
.github/workflows/generate-integrations.yml
+1
-1
@@ -67,7 +67,7 @@ jobs:
67
run: rm -rf go.d.plugin virtualenv
68
- name: Create PR
69
id: create-pr
70
- uses: peter-evans/create-pull-request@v5
70
+ uses: peter-evans/create-pull-request@v6
71
with:
72
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
73
commit-message: Regenerate integrations.js