From b281f4e6986ed27d4c77f764f5f3b2b30f67d4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:39:18 -0500 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm from 1.3.0 to 1.3.7 (#4574) Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.3.0 to 1.3.7. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/670398e4236735b8b65805c3da44b7a511fb8b27...a9c0dcaf5ed572d89ea1a59fe2217d3b3da4fd23) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 ddc1667cf..3e11f4127 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@a9c0dcaf5ed572d89ea1a59fe2217d3b3da4fd23 # v1.3.7 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}