[Backport] Upgrade Action freebsd-vagrant-action from v1.4 to v2 (#463)

This commit is contained in:
Hummeltech
2024-08-03 11:53:08 -07:00
committed by David Hummel
parent 72e2ee24a5
commit 4bb59435ee

View File

@ -250,7 +250,7 @@ jobs:
echo "TEST_PARALLEL_LEVEL=$(nproc)" >> ${GITHUB_ENV} echo "TEST_PARALLEL_LEVEL=$(nproc)" >> ${GITHUB_ENV}
- name: Provision VM - name: Provision VM
uses: hummeltech/freebsd-vagrant-action@v1.4 uses: hummeltech/freebsd-vagrant-action@v2
with: with:
box: generic/${{ matrix.box_generic }} box: generic/${{ matrix.box_generic }}
cpus: ${{ env.BUILD_PARALLEL_LEVEL }} cpus: ${{ env.BUILD_PARALLEL_LEVEL }}