From c353988ae4720950565feec28cb43c917d19a2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:26:35 +0000 Subject: [PATCH] build(deps): bump vmactions/netbsd-vm from 1.1.6 to 1.1.7 Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/3ed384ccd3d63306df17e480b898ca599fded6a9...873a9a64d6b1eb3373144b2c1da712fd5e72c021) --- updated-dependencies: - dependency-name: vmactions/netbsd-vm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 03454e7f..65fb9ea0 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@3ed384ccd3d63306df17e480b898ca599fded6a9 + uses: vmactions/netbsd-vm@873a9a64d6b1eb3373144b2c1da712fd5e72c021 with: usesh: true envs: "CARGO_TERM_COLOR RUST_BACKTRACE RUST_LOG GITHUB_ACTIONS"