From f8d2b24e2f8ff1e3265cd4d698f9cd68b3b617eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:56:55 +0000 Subject: [PATCH] chore(deps): update vmactions/freebsd-vm action to v1.5.6 --- .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 6b177d513ab..508564a3e11 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -48,7 +48,7 @@ jobs: echo "PROCESSOR_COUNT: $PROCESSOR_COUNT" - name: Setup FreeBSD - uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 + uses: vmactions/freebsd-vm@8b0f1a8fc0ea0def307835c258940ca358fe6480 # v1.5.6 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}