1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-06-07 00:51:40 +00:00

[CI] update hummeltech/*bsd-vagrant-action

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-03-17 20:05:27 +01:00
parent 1ebaa845fb
commit ab2bb1e2a5
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Provision VM
uses: hummeltech/freebsd-vagrant-action@v2 # Note: DragonFly BSD was forked from FreeBSD 4.8, and the provision_commands for freebsd-vagrant-action should run fine on DragonFly BSD
uses: hummeltech/freebsd-vagrant-action@v4 # Note: DragonFly BSD was forked from FreeBSD 4.8, and the provision_commands for freebsd-vagrant-action should run fine on DragonFly BSD
with:
box: ${{ matrix.box }}
save_box_to_cache: true

View file

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Provision VM
uses: hummeltech/freebsd-vagrant-action@v2
uses: hummeltech/freebsd-vagrant-action@v4
with:
box: ${{ matrix.box }}
save_box_to_cache: true

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Provision VM
uses: hummeltech/netbsd-vagrant-action@v2
uses: hummeltech/netbsd-vagrant-action@v4
with:
box: ${{ matrix.box }}
save_box_to_cache: true

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Provision VM
uses: hummeltech/openbsd-vagrant-action@v3
uses: hummeltech/openbsd-vagrant-action@v4
with:
box: ${{ matrix.box }}
save_box_to_cache: true