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:
parent
1ebaa845fb
commit
ab2bb1e2a5
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build_dragonflybsd.yml
vendored
2
.github/workflows/build_dragonflybsd.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/build_freebsd.yml
vendored
2
.github/workflows/build_freebsd.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/build_netbsd.yml
vendored
2
.github/workflows/build_netbsd.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/build_openbsd.yml
vendored
2
.github/workflows/build_openbsd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue