File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run-code-check :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v6.0.1
31+ - uses : actions/checkout@v6.0.2
3232 - name : Install uv
3333 uses : astral-sh/setup-uv@v7
3434 with :
Original file line number Diff line number Diff line change 3131 backend : [vllm, sglang]
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v6.0.1
34+ uses : actions/checkout@v6.0.2
3535
3636 - name : Extract backend version
3737 id : backend-version
6161 uses : docker/setup-buildx-action@v3
6262
6363 - name : Log in to Docker Hub
64- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
64+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
6565 with :
6666 username : ${{ secrets.DOCKER_USERNAME }}
6767 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v6.0.1
54+ uses : actions/checkout@v6.0.2
5555 with :
5656 fetch-depth : 0 # Fetch all history for proper versioning
5757
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Checkout code
91- uses : actions/checkout@v6.0.1
91+ uses : actions/checkout@v6.0.2
9292 with :
9393 fetch-depth : 0 # Fetch all history for proper versioning
9494
Original file line number Diff line number Diff line change 1313 sudo apt-get update
1414 sudo apt-get install libcurl4-openssl-dev libssl-dev
1515
16- - uses : actions/checkout@v6.0.1
16+ - uses : actions/checkout@v6.0.2
1717
1818 - name : Install uv
1919 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 4343 matrix :
4444 python-version : ["3.10", "3.11", "3.12"]
4545 steps :
46- - uses : actions/checkout@v6.0.1
46+ - uses : actions/checkout@v6.0.2
4747
4848 - name : Install uv
4949 uses : astral-sh/setup-uv@v7
You can’t perform that action at this time.
0 commit comments