From f0ca0eb769874c44080c757ef74ecd9a5d39408c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:03:18 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm from 1.4.5 to 1.4.8 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.5 to 1.4.8. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.4.5...v1.4.8) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.4.8 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 7e11394f..39f090dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v6 - name: Build & Test inside FreeBSD - uses: vmactions/freebsd-vm@v1.4.5 + uses: vmactions/freebsd-vm@v1.4.8 with: release: ${{ matrix.version }} arch: ${{ matrix.arch }}