Skip to content

Commit 19d9a87

Browse files
authored
Hotfix - Update Integration test SH runner version.
1 parent baff978 commit 19d9a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_sh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: |
2424
pip install requests
2525
mkdir actions-runner && cd actions-runner
26-
curl -o actions-runner-linux-x64-2.300.2.tar.gz -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-linux-x64-2.300.2.tar.gz
27-
tar xzf ./actions-runner-linux-x64-2.300.2.tar.gz
26+
curl -o actions-runner-linux-x64-2.312.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.312.0/actions-runner-linux-x64-2.312.0.tar.gz
27+
tar xzf ./actions-runner-linux-x64-2.312.0.tar.gz
2828
python ../test/runner_helper.py register
2929
nohup ./run.sh &
3030
- name: Sleep

0 commit comments

Comments
 (0)