From b2f37416be4e62ca199d5323c46680c7108663b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:21:48 +0000 Subject: [PATCH] chore(deps): update vmactions/freebsd-vm action to v1.4.2 --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index f963cf3ef13..8e6da258c20 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - name: Prepare, build and test - uses: vmactions/freebsd-vm@v1.3.9 + uses: vmactions/freebsd-vm@v1.4.2 with: usesh: true sync: rsync @@ -127,7 +127,7 @@ jobs: - name: Avoid no space left on device (Ubuntu runner) run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android & - name: Prepare, build and test - uses: vmactions/freebsd-vm@v1.3.9 + uses: vmactions/freebsd-vm@v1.4.2 with: usesh: true sync: rsync