From 52434cabd6dd73d0bb997279ae881a96796eea57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:12:28 +0000 Subject: [PATCH] .github: bump vmactions/netbsd-vm from 1.4.0 to 1.4.1 Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/99816dccf75edf233ed6cd00a159e3a5b85ea373...1d9767765fd3f986e6de3aff4b1148f0c3a45f01) --- updated-dependencies: - dependency-name: vmactions/netbsd-vm dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5ddf2c..a5f97fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Build and test on NetBSD ${{ env.NETBSD_RELEASE }} - uses: vmactions/netbsd-vm@99816dccf75edf233ed6cd00a159e3a5b85ea373 # v1.4.0 + uses: vmactions/netbsd-vm@1d9767765fd3f986e6de3aff4b1148f0c3a45f01 # v1.4.1 with: release: ${{ env.NETBSD_RELEASE }} envs: 'GO_VERSION'