Skip to content

Commit 4d2fa41

Browse files
committed
Use vmtest-action version 0.8 in CI
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 <[email protected]>
1 parent f4e10ec commit 4d2fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
EOF
209209
chmod a+x main.sh
210210
- name: Test and gather coverage
211-
uses: danobi/vmtest-action@master
211+
uses: danobi/vmtest-action@v0.8
212212
with:
213213
kernel: bzImage
214214
command: sh -c 'cd ${{ github.workspace }} && ./main.sh'

0 commit comments

Comments
 (0)