Skip to content

Commit ab2bb1e

Browse files
[CI] update hummeltech/*bsd-vagrant-action
1 parent 1ebaa84 commit ab2bb1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_dragonflybsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Provision VM
28-
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
28+
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
2929
with:
3030
box: ${{ matrix.box }}
3131
save_box_to_cache: true

.github/workflows/build_freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Provision VM
29-
uses: hummeltech/freebsd-vagrant-action@v2
29+
uses: hummeltech/freebsd-vagrant-action@v4
3030
with:
3131
box: ${{ matrix.box }}
3232
save_box_to_cache: true

.github/workflows/build_netbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Provision VM
28-
uses: hummeltech/netbsd-vagrant-action@v2
28+
uses: hummeltech/netbsd-vagrant-action@v4
2929
with:
3030
box: ${{ matrix.box }}
3131
save_box_to_cache: true

.github/workflows/build_openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Provision VM
28-
uses: hummeltech/openbsd-vagrant-action@v3
28+
uses: hummeltech/openbsd-vagrant-action@v4
2929
with:
3030
box: ${{ matrix.box }}
3131
save_box_to_cache: true

0 commit comments

Comments
 (0)