Bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- 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
d9b5844981
commit
5950efe256
|
@ -29,7 +29,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.changes_made == 'true'
|
if: env.changes_made == 'true'
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
||||||
author: Update Nightly Rustc Bot <bot@example.com>
|
author: Update Nightly Rustc Bot <bot@example.com>
|
||||||
|
|
|
@ -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@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
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 }})
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.changes_made == 'true'
|
if: env.changes_made == 'true'
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
||||||
author: Update cargo-semver-checks Bot <bot@example.com>
|
author: Update cargo-semver-checks Bot <bot@example.com>
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.changes_made == 'true'
|
if: env.changes_made == 'true'
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
token: ${{ secrets.APOELSTRA_CREATE_PR_TOKEN }}
|
||||||
author: Update Stable Rustc Bot <bot@example.com>
|
author: Update Stable Rustc Bot <bot@example.com>
|
||||||
|
|
Loading…
Reference in New Issue