From 525322a5e390f0e29e97ec5b8d620bdc3c2419bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:31:39 +0000 Subject: [PATCH] Bump vmactions/freebsd-vm in the github-actions group across 1 directory 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.1.0 to 1.1.3 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/a50912ab96b7568d0fa9c1156c6facd6f11488a9...d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d) --- 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 3e8e8e0..15f7d38 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@a50912ab96b7568d0fa9c1156c6facd6f11488a9 #v1.1.0 + uses: vmactions/freebsd-vm@d7b8fcc7711aa41ad45e8d9b737cf90f035a7e3d #v1.1.3 with: usesh: true prepare: |