Skip to content

Commit b9ebe5d

Browse files
committed
(maint) Pin gha acceptance workflow to nested_vms@v1
I pulled out the action from kvm_automation_tooling into its own nested_vms repo to isolate it. This switches acceptance to use nested_vms@v1, which in turn uses kvm_automation_tooling@v1, so the workflow is no longer tied to latest main from kvm_automation_tooling and will only update when releases bump the floating v1 tags.
1 parent f8376a5 commit b9ebe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171
- id: vm-cluster
72-
uses: jpartlow/kvm_automation_tooling@main
72+
uses: jpartlow/nested_vms@v1
7373
with:
7474
os: ${{ matrix.os[0] }}
7575
os-version: ${{ matrix.os[1] }}

0 commit comments

Comments
 (0)