From 4699bdcc207b1d665512531fdffcdd807727d030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 11:03:28 +0200 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.3.8 to 1.4.0 (#3641) Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.3.8 to 1.4.0. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/9004791062e748d95cc87e499e77485f91888ce1...d7d892b7b9ba97ed2747b0fc201be65037d64c3e) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-version: 1.4.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 2dfcd490..fcfc4bcd 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -76,7 +76,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: test-e2e - uses: vmactions/openbsd-vm@9004791062e748d95cc87e499e77485f91888ce1 # v1.3.8 + uses: vmactions/openbsd-vm@d7d892b7b9ba97ed2747b0fc201be65037d64c3e # v1.4.0 with: copyback: false envs: 'GO_VERSION GNU_TAR_VERSION'