From e680d01ce8a8fc6cda94c1b3f0346d2b089162f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:28:30 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm from 1.3.0 to 1.3.2 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/670398e4236735b8b65805c3da44b7a511fb8b27...4c5ec9a030f70e4bcd53455cae6157b62206bae2) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 ddc1667cf99..47e0557dd39 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -84,7 +84,7 @@ jobs: echo "PROCESSOR_COUNT: $PROCESSOR_COUNT" - name: Setup FreeBSD - uses: vmactions/freebsd-vm@670398e4236735b8b65805c3da44b7a511fb8b27 # v1.3.0 + uses: vmactions/freebsd-vm@4c5ec9a030f70e4bcd53455cae6157b62206bae2 # v1.3.2 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}