From 258887815e319cf5ffc9b90a9a647e0e76789e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:50:48 +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.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 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 9a48501..6cf1e18 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -112,7 +112,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@c96341966a3954a757e6ea41692f7c7b32312a0c #v1.1.4 + uses: vmactions/freebsd-vm@debf37ca7b7fa40e19c542ef7ba30d6054a706a4 #v1.1.5 with: usesh: true prepare: |