File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 E2E_LLAMA_HOSTNAME : ${{ vars.E2E_LLAMA_HOSTNAME || 'llama-stack' }}
2525
2626 steps :
27- - uses : actions/checkout@v7
27+ - uses : actions/checkout@v4
2828 with :
2929 # On PR_TARGET → the fork (or same repo) that opened the PR.
3030 # On push → falls back to the current repository.
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v7
20+ uses : actions/checkout@v4
2121 with :
2222 # On PR_TARGET → the fork (or same repo) that opened the PR.
2323 # On push → falls back to the current repository.
4747 git log --oneline -5
4848
4949 - name : Checkout lightspeed-Evaluation
50- uses : actions/checkout@v7
50+ uses : actions/checkout@v4
5151 with :
5252 repository : lightspeed-core/lightspeed-evaluation
5353 path : lightspeed-evaluation
Original file line number Diff line number Diff line change 3838 E2E_DEFAULT_PROVIDER_OVERRIDE : vllm
3939
4040 steps :
41- - uses : actions/checkout@v7
41+ - uses : actions/checkout@v4
4242 with :
4343 # On PR_TARGET → the fork (or same repo) that opened the PR.
4444 # On push → falls back to the current repository.
You can’t perform that action at this time.
0 commit comments