Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.6 (#210)
Browse files Browse the repository at this point in the history
* Bump peter-evans/create-pull-request from 6.1.0 to 7.0.6

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@c5a7806...67ccf78)

---
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>

* Update a_pre_commit.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ludy <Ludy87@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Ludy87 authored Jan 14, 2025
1 parent 31f9ddb commit 91ab6d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/a_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: |
3.9
3.12
- name: Install Dependencies
run: |
pip install pre-commit
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
pre-commit run --all-files || true
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
token: ${{ secrets.TOKEN }}
commit-message: Update files
Expand All @@ -58,3 +58,4 @@ jobs:
bot
draft: false
delete-branch: true
sign-commits: true

0 comments on commit 91ab6d7

Please sign in to comment.