Skip to content

Commit

Permalink
fix(deps): bump peter-evans/create-pull-request from 6 to 7
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 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MatteoH2O1999 committed Sep 4, 2024
1 parent 8e071d1 commit 38b5e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
FORCE_COLOR: 3
- name: Create or update pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update CPython JSON data
branch: create-pull-request/cpython-json
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Fix dependencies vulnerabilities
run: npm audit fix || true
- name: Create or update pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Audit dependencies
branch: create-pull-request/audit-dependencies
Expand Down

0 comments on commit 38b5e96

Please sign in to comment.