From ccd2336ac6058cb909230b4ffb32ef9cf79f06fd Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 14 Oct 2025 14:41:27 +0900 Subject: [PATCH] CI: remove deprecated lima-vm/lima-actions/ssh `lima-vm/lima-actions/ssh` is now merged into `lima-vm/lima-actions/setup`. https://github.com/lima-vm/lima-actions/releases/tag/v1.1.0 Signed-off-by: Akihiro Suda (cherry picked from commit c0e6f42427ff66a60e12c89eeec8741f3d463dc3) Signed-off-by: lifubang --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80fb4b2e6..7444381b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -217,8 +217,6 @@ jobs: # NOTE the execution environment lacks a terminal, needed for # some integration tests. So we use `ssh -tt` command to fake a terminal. - - uses: lima-vm/lima-actions/ssh@v1 - - name: "Run unit tests" run: ssh -tt lima-default sudo -i make -C /tmp/runc localunittest