From 160471f0e362983d5dfb3ac6882fdbfb54a1713a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:12:36 +0000 Subject: [PATCH] .github: bump vmactions/netbsd-vm from 1.4.9 to 1.5.0 Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.4.9 to 1.5.0. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/7f23a491dcc69c34195721ab67934917707f84c7...20ee93a005c9fc78743e6e05269f4cb023b87413) --- updated-dependencies: - dependency-name: vmactions/netbsd-vm dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3d17bab..83600f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Build and test on NetBSD ${{ env.NETBSD_RELEASE }} - uses: vmactions/netbsd-vm@7f23a491dcc69c34195721ab67934917707f84c7 # v1.4.9 + uses: vmactions/netbsd-vm@20ee93a005c9fc78743e6e05269f4cb023b87413 # v1.5.0 with: release: ${{ env.NETBSD_RELEASE }} envs: 'GO_VERSION'