We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784bbe8 commit 569f185Copy full SHA for 569f185
.github/workflows/listgen.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: create PR
48
if: ${{ !inputs.dry-run }}
49
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
+ uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
50
with:
51
commit-message: "[BOT] update list for ${{ matrix.python }}"
52
branch: update-stdlib-list-${{ matrix.python }}
0 commit comments