Skip to content

Commit bd349e2

Browse files
Bump peter-evans/create-pull-request from 6 to 7 (#125)
1 parent 851d75a commit bd349e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/listgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: create PR
8989
if: ${{ !inputs.dry-run }}
90-
uses: peter-evans/create-pull-request@v6
90+
uses: peter-evans/create-pull-request@v7
9191
with:
9292
commit-message: "[BOT] update list for ${{ matrix.python }}"
9393
branch: update-stdlib-list-${{ matrix.python }}
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: create PR
144144
if: ${{ !inputs.dry-run }}
145-
uses: peter-evans/create-pull-request@v6
145+
uses: peter-evans/create-pull-request@v7
146146
with:
147147
commit-message: "[BOT] update list for ${{ matrix.python }}"
148148
branch: update-stdlib-list-${{ matrix.python }}

0 commit comments

Comments
 (0)