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>
dependabot[bot] committed
Mar 30, 2022 at 13:15 UTC
1381fbb5977413e4f400c357ea1b09fac4e404d1
1 file changed
+1
-1
.github/workflows/dashboard-pr.yml
+1
-1
@@ -28,7 +28,7 @@ jobs:
28
web/gui/bundle_dashboard.py ${{ github.event.inputs.dashboard_version }}
29
- name: Create Pull Request
30
id: pr
31
- uses: peter-evans/create-pull-request@v3
31
+ uses: peter-evans/create-pull-request@v4
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.'