From a843ffeff091772076ace05f830d0763ba3e9ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:14:19 +0000 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.1.4 to 1.1.6 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] --- .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 041206bb4c..b86e3893e0 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"