From 92ac9436b5e9e5316f556e190542c232db6ebb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:45:02 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm from 1.2.4 to 1.2.5 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e311fb1bb..5df528e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -414,7 +414,7 @@ jobs: - name: Setup FreeBSD if: startsWith(matrix.shell, 'freebsd') - uses: vmactions/freebsd-vm@v1.2.4 + uses: vmactions/freebsd-vm@v1.2.5 with: arch: ${{ matrix.arch }} cpu: ${{ steps.processor_count.outputs.PROCESSOR_COUNT }}