From a8e030218ba450ff2f34f7e8edda31bbca12f8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 19 Aug 2024 13:34:26 -0700 Subject: [PATCH] Use vmtest-action version 0.8 in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With vmtest-action version 0.8 released, it makes the most sense for us to consume this version as opposed to the current snapshot from the master branch. This way, we anticipate to consume stable releases and have Dependabot manage version bumps for us. Signed-off-by: Daniel Müller --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01846c61a..5e39f0a1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -208,7 +208,7 @@ jobs: EOF chmod a+x main.sh - name: Test and gather coverage - uses: danobi/vmtest-action@master + uses: danobi/vmtest-action@v0.8 with: kernel: bzImage command: sh -c 'cd ${{ github.workspace }} && ./main.sh'