diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index c879627..0f20471 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -48,7 +48,7 @@ jobs: - name: Create Pull Request if: ${{ steps.dependency_updates.outputs.new_vllm_tag }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: main branch: update/vllm-${{ steps.dependency_updates.outputs.new_vllm_tag }}