From 1761babac0d4c3b38c63980e37299639842d931a Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sun, 1 Dec 2024 11:47:45 +0100 Subject: [PATCH] [CI] Update to hummeltech/openbsd-vagrant-action@v3 Related to hummeltech/openbsd-vagrant-action#1 --- .github/workflows/build_openbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_openbsd.yml b/.github/workflows/build_openbsd.yml index 55784e7..70ae1e2 100644 --- a/.github/workflows/build_openbsd.yml +++ b/.github/workflows/build_openbsd.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Provision VM - uses: hummeltech/openbsd-vagrant-action@v2 + uses: hummeltech/openbsd-vagrant-action@v3 with: box: ${{ matrix.box }} save_box_to_cache: true