Bump peter-evans/create-pull-request from 6 to 7 (#18495)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Sep 9, 2024 at 10:44 UTC
5e23f201206a79b97101365c3c2ca49375802109
2 files changed
+2
-2
.github/workflows/dashboard-pr.yml
+1
-1
@@ -28,7 +28,7 @@ jobs:
28
src/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@v6
31
+ uses: peter-evans/create-pull-request@v7
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
@@ -57,7 +57,7 @@ jobs:
57
run: rm -rf go.d.plugin virtualenv
58
- name: Create PR
59
id: create-pr
60
- uses: peter-evans/create-pull-request@v6
60
+ uses: peter-evans/create-pull-request@v7
61
with:
62
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
63
commit-message: Regenerate integrations.js