From 937067266f19e2a3e89a651e2583444dda13cb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:35:02 +0000 Subject: [PATCH] Bump vmactions/freebsd-vm from 1.1.3 to 1.1.4 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d...c96341966a3954a757e6ea41692f7c7b32312a0c) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdc053c5..6d02f589 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Build in FreeBSD - uses: vmactions/freebsd-vm@d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d # v1.1.3 + uses: vmactions/freebsd-vm@c96341966a3954a757e6ea41692f7c7b32312a0c # v1.1.4 with: prepare: pkg install -y gmake cmake run: |