From 9d1bebc6df840b0bd9bb1c1959e151ab498e0240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:09:50 +0200 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.1.5 to 1.1.6 (#68) Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/1c9b3dd0a915e1ea8bfdf268c34e78b1a3c0baaf...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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 65fb9ea..422a270 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -288,7 +288,7 @@ jobs: rm -rf target # Don't sync this back to host - if: matrix.os == 'openbsd' - uses: vmactions/openbsd-vm@1c9b3dd0a915e1ea8bfdf268c34e78b1a3c0baaf + uses: vmactions/openbsd-vm@7ac70b6de6f33efc74a90c1964afa3bcf0ee4401 with: usesh: true envs: "CARGO_TERM_COLOR RUST_BACKTRACE RUST_LOG GITHUB_ACTIONS"