From 446aa5cf309e56a441f3205b74593cc6f5a85732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 22:03:45 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm Bumps the github-actions group with 1 update in the / directory: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm). Updates `vmactions/freebsd-vm` from 1.4.2 to 1.4.6 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/c9f815bc7aa0d34c9fdd0619b034a32d6ca7b57e...a6de9343ef5747433d9c25784c90e84998b9d69a) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 13d56d2..cc816e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -116,7 +116,7 @@ jobs: # TODO: Skip until freebsd provider is merged. Then this 'if' should be removed. if: ${{ hashFiles('providers/freebsd/') != '' }} id: test - uses: vmactions/freebsd-vm@c9f815bc7aa0d34c9fdd0619b034a32d6ca7b57e #v1.4.2 + uses: vmactions/freebsd-vm@a6de9343ef5747433d9c25784c90e84998b9d69a #v1.4.6 with: usesh: true prepare: |