From 5fcd80addc077f541e159ad3ecc657b2b65ed0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:14:36 +0200 Subject: [PATCH] build(deps): bump vmactions/openbsd-vm from 1.1.6 to 1.2.0 (#3414) * build(deps): bump vmactions/openbsd-vm from 1.1.6 to 1.2.0 Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.1.6 to 1.2.0. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/7ac70b6de6f33efc74a90c1964afa3bcf0ee4401...1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump OpenBSD Go version. Signed-off-by: Ben Kochie --------- Signed-off-by: dependabot[bot] Signed-off-by: Ben Kochie Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie --- .github/workflows/bsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 2f314913..4ba63973 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -16,7 +16,7 @@ env: GO_VERSION_DRAGONFLY: "1.24.1" GO_VERSION_FREEBSD: "123" GO_VERSION_NETBSD: "1.24.1" - GO_VERSION_OPENBSD: "1.23.1" + GO_VERSION_OPENBSD: "1.24.1" GO_VERSION_SOLARIS: "1.24.1" # To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions @@ -75,7 +75,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: test-e2e - uses: vmactions/openbsd-vm@7ac70b6de6f33efc74a90c1964afa3bcf0ee4401 # v1.1.6 + uses: vmactions/openbsd-vm@1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c # v1.2.0 with: copyback: false envs: 'GO_VERSION_OPENBSD GNU_TAR_VERSION'