Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 851d75a commit bd349e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/listgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: create PR
if: ${{ !inputs.dry-run }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "[BOT] update list for ${{ matrix.python }}"
branch: update-stdlib-list-${{ matrix.python }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: create PR
if: ${{ !inputs.dry-run }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "[BOT] update list for ${{ matrix.python }}"
branch: update-stdlib-list-${{ matrix.python }}
Expand Down

0 comments on commit bd349e2

Please sign in to comment.