diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 366fb34..46bf8be 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -87,7 +87,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }} @@ -142,7 +142,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }}