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.
2 parents 23fb2d5 + 4c87b5c commit 0f653f6Copy full SHA for 0f653f6
.github/workflows/update-dependencies.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Create Pull Request
63
if: ${{ steps.dependency_updates.outputs.new_vllm_tag }}
64
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
65
with:
66
base: main
67
branch: update/vllm-${{ steps.dependency_updates.outputs.new_vllm_tag }}
0 commit comments