mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
chore(deps): bump peter-evans/create-pull-request from 7 to 8 in /.github/workflows (#7199)
chore(deps): bump peter-evans/create-pull-request in /.github/workflows Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' 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:
4
.github/workflows/update-directorymd.yml
vendored
4
.github/workflows/update-directorymd.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Generate Directory Markdown
|
name: Generate Directory Markdown
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
git diff --cached --quiet || git commit -m "Update DIRECTORY.md"
|
git diff --cached --quiet || git commit -m "Update DIRECTORY.md"
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v8
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
branch: update-directory
|
branch: update-directory
|
||||||
|
|||||||
Reference in New Issue
Block a user