From d991f0d250e7d2d1ac144fbbbc44743f04dc44c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:22:16 +0000 Subject: [PATCH] Bump danobi/vmtest-action Bumps [danobi/vmtest-action](https://github.com/danobi/vmtest-action) from f8c84191b5925c3290595743fc46eaaafd827bf3 to 28ff15f8bd3135a85a2af9866fd43280766bccf4. - [Release notes](https://github.com/danobi/vmtest-action/releases) - [Commits](https://github.com/danobi/vmtest-action/compare/f8c84191b5925c3290595743fc46eaaafd827bf3...28ff15f8bd3135a85a2af9866fd43280766bccf4) --- updated-dependencies: - dependency-name: danobi/vmtest-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 5c45dcf4..1c90acd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -212,7 +212,7 @@ jobs: EOF chmod a+x main.sh - name: Test and gather coverage - uses: danobi/vmtest-action@f8c84191b5925c3290595743fc46eaaafd827bf3 + uses: danobi/vmtest-action@28ff15f8bd3135a85a2af9866fd43280766bccf4 with: kernel: bzImage command: sh -c 'cd ${{ github.workspace }} && ./main.sh'