Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 7.0.6 to 7.0.8
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 7.0.6 to 7.0.8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.6...v7.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 75334d9 commit 51fb575
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/[email protected].6
- uses: peter-evans/[email protected].8
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 @@ -33,7 +33,7 @@ jobs:
run: >
uv --no-progress run --frozen --
python -c 'from meta_package_manager.labels import write_labels; write_labels()'
- uses: peter-evans/[email protected].6
- uses: peter-evans/[email protected].8
with:
assignees: ${{ github.actor }}
commit-message: "[github] Update extra labels."
Expand Down

0 comments on commit 51fb575

Please sign in to comment.