From 3ff77ce86dbdf91008579941d58af849a6f25ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:38:31 +0000 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.2.3 to 1.2.4 Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/a254d784d6fad46e22ef73c6ecbb1dc310b04777...7fd5a3e251db9d8bdff2f34aae11a43b6be5ad60) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 667ed0430a..4767cf5583 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -76,7 +76,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: test-e2e - uses: vmactions/openbsd-vm@a254d784d6fad46e22ef73c6ecbb1dc310b04777 # v1.2.3 + uses: vmactions/openbsd-vm@7fd5a3e251db9d8bdff2f34aae11a43b6be5ad60 # v1.2.4 with: copyback: false envs: 'GO_VERSION_OPENBSD GNU_TAR_VERSION'