From 31db53d8dda66eed01d8a0c35614d0ac6c4ed1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:05:59 +0000 Subject: [PATCH] Bump vmactions/freebsd-vm from 1.1.4 to 1.1.5 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/c96341966a3954a757e6ea41692f7c7b32312a0c...debf37ca7b7fa40e19c542ef7ba30d6054a706a4) --- 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 43671246..9cc3a4d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build in FreeBSD - uses: vmactions/freebsd-vm@c96341966a3954a757e6ea41692f7c7b32312a0c # v1.1.4 + uses: vmactions/freebsd-vm@debf37ca7b7fa40e19c542ef7ba30d6054a706a4 # v1.1.5 with: prepare: pkg install -y gmake cmake run: |