From ab9bc87f85e3a4bbe58f816e4d6a5450a0193e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:09:54 +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.7 to 1.1.8 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/34c431d76e0cc176cdf593b6f84a6a1a01f9edcd...848dac7e118679d08e2c2f9d42cd96608d834323) --- 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 8adbfe1..024aa71 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@34c431d76e0cc176cdf593b6f84a6a1a01f9edcd #v1.1.7 + uses: vmactions/freebsd-vm@848dac7e118679d08e2c2f9d42cd96608d834323 #v1.1.8 with: usesh: true prepare: |