From 1e9a6c2987f85b604586ad04c752b38aa80e07a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:11:24 -0400 Subject: [PATCH] chore(deps): update vmactions/freebsd-vm action to v1.4.8 (#5303) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index b176bc21..0ca81cff 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -87,7 +87,7 @@ jobs: echo "PROCESSOR_COUNT: $PROCESSOR_COUNT" - name: Setup FreeBSD - uses: vmactions/freebsd-vm@bac9cda6a14057f08e3793f6a5e037292b59868f # v1.4.7 + uses: vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}