mirror of
https://github.com/netdata/netdata.git
synced 2025-04-29 07:00:01 +00:00
chore(deps): bump peter-evans/create-pull-request from 3 to 4 (#12533)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- 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>
This commit is contained in:
parent
30e654e62d
commit
1381fbb597
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dashboard-pr.yml
vendored
2
.github/workflows/dashboard-pr.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
web/gui/bundle_dashboard.py ${{ github.event.inputs.dashboard_version }}
|
||||
- name: Create Pull Request
|
||||
id: pr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: 'Update dashboard to version ${{ github.event.inputs.dashboard_version }}.'
|
||||
body: 'See https://github.com/netdata/dashboard/releases/tag/${{ github.event.inputs.dashboard_version }} for changes.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue