Skip to content

Commit e3f8757

Browse files
authored
Fix e2e tests on CI (lightspeed-core#2081)
1 parent 6d05b4b commit e3f8757

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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.

.github/workflows/e2e_tests_lightspeed_evaluation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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.
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/e2e_tests_rhaiis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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.

0 commit comments

Comments
 (0)