From 9e5a622941452115a001ad4faac365f929280a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:20:25 +0000 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.1.4 to 1.1.6 (#2347) Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.1.4 to 1.1.6. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/0cfe06e734a0ea3a546fca7ebf200b984b94d58a...7ac70b6de6f33efc74a90c1964afa3bcf0ee4401) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-vm.yml b/.github/workflows/check-vm.yml index 680d32383c..ac8f7bce48 100644 --- a/.github/workflows/check-vm.yml +++ b/.github/workflows/check-vm.yml @@ -63,7 +63,7 @@ jobs: rm -rf target # Don't sync this back to host - if: matrix.os == 'openbsd' - uses: vmactions/openbsd-vm@0cfe06e734a0ea3a546fca7ebf200b984b94d58a + uses: vmactions/openbsd-vm@7ac70b6de6f33efc74a90c1964afa3bcf0ee4401 with: usesh: true envs: "CARGO_TERM_COLOR RUST_BACKTRACE RUST_LOG GITHUB_ACTIONS"