From b7a54fe3113e52b77424c94f778f78bf86edf5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:54:20 +0200 Subject: [PATCH] build(deps): bump vmactions/netbsd-vm from 1.1.9 to 1.2.0 (#3433) Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.1.9 to 1.2.0. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/d0228be27fbaba19418cc1b332609a895cf16561...7aea50f9eb16df034be5d71eb81fea9804505c28) --- updated-dependencies: - dependency-name: vmactions/netbsd-vm dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 6c61e177..08dfd9f1 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -122,7 +122,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: test-e2e - uses: vmactions/netbsd-vm@d0228be27fbaba19418cc1b332609a895cf16561 # v1.1.9 + uses: vmactions/netbsd-vm@7aea50f9eb16df034be5d71eb81fea9804505c28 # v1.2.0 with: copyback: false envs: 'GO_VERSION_NETBSD GNU_TAR_VERSION'