From c772d7de9fa60a6a0de0856af6af0d467eb46d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 07:27:12 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm from 1.2.8 to 1.2.9 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.2.8 to 1.2.9. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/0cd283ca698d48b59cda444a9948f48a30709627...1885b78bae4c4c4b331b4b0461d23cc14cc72387) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.9 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 c7e9da0f7a6..23dcf42d51c 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@0cd283ca698d48b59cda444a9948f48a30709627 # v1.2.8 + uses: vmactions/freebsd-vm@670398e4236735b8b65805c3da44b7a511fb8b27 # v1.3.0 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}