Bump peter-evans/create-pull-request from 5 to 6
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>
This commit is contained in:
parent
a3c4194c3f
commit
d61bb3816f
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Get the current date
|
- name: Get the current date
|
||||||
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
author: Fmt Bot <bot@example.com>
|
author: Fmt Bot <bot@example.com>
|
||||||
title: Automated nightly rustfmt (${{ env.date }})
|
title: Automated nightly rustfmt (${{ env.date }})
|
||||||
|
|
Loading…
Reference in New Issue