From 4c5d00ab860850cc16d16784e2eb9f17c7028958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:23:47 +0000 Subject: [PATCH] build(deps): bump vmactions/netbsd-vm from 1.1.7 to 1.1.8 (#73) Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/873a9a64d6b1eb3373144b2c1da712fd5e72c021...46a58bbf03682b4cb24142b97fa315ae52bed573) --- updated-dependencies: - dependency-name: vmactions/netbsd-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 97ace17..47481be 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -312,7 +312,7 @@ jobs: rm -rf target # Don't sync this back to host - if: matrix.os == 'netbsd' - uses: vmactions/netbsd-vm@873a9a64d6b1eb3373144b2c1da712fd5e72c021 + uses: vmactions/netbsd-vm@46a58bbf03682b4cb24142b97fa315ae52bed573 with: usesh: true envs: "CARGO_TERM_COLOR RUST_BACKTRACE RUST_LOG GITHUB_ACTIONS"