From 9be190be4106d2b472c6dd5ac2e2eb19ef1e6e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:02:38 +0000 Subject: [PATCH] build(deps): bump vmactions/freebsd-vm in the github-actions group Bumps the github-actions group with 1 update: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm). Updates `vmactions/freebsd-vm` from 1.4.8 to 1.5.0 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/b84ab5559b5a1bb4b8ee2737d2506a16e1737636...5a72679103d223925653750faa878a143340fbd0) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor 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 3c6c369..13c702a 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@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 #v1.4.8 + uses: vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 #v1.5.0 with: usesh: true prepare: |