Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.3
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6.1.0...v7.0.3)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Sep 18, 2024
1 parent c497e1d commit 6cbbd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: >
uv --no-progress run --frozen --
python -c 'from meta_package_manager.inventory import update_readme; update_readme()'
- uses: peter-evans/create-pull-request@v6.1.0
- uses: peter-evans/create-pull-request@v7.0.3
with:
assignees: ${{ github.actor }}
commit-message: "[autofix] Update readme"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Generate labels
run: |
uv --no-progress run --frozen -- python ./.github/generate_labels.py
- uses: peter-evans/create-pull-request@v6.1.0
- uses: peter-evans/create-pull-request@v7.0.3
with:
assignees: ${{ github.actor }}
commit-message: "[github] Update extra labels."
Expand Down

0 comments on commit 6cbbd19

Please sign in to comment.