From 667c8057e025888171fe82d0073b785e233ebc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 07:30:35 +0000 Subject: [PATCH 1/2] build(deps): bump vmactions/openbsd-vm from 1.2.0 to 1.2.1 Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c...bed57f753a75c9c49ab5c1880d274861b2103dd4) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-version: 1.2.1 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 41811e0412..5b789a96ee 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@1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c # v1.2.0 + uses: vmactions/openbsd-vm@a254d784d6fad46e22ef73c6ecbb1dc310b04777 # v1.2.3 with: copyback: false envs: 'GO_VERSION_OPENBSD GNU_TAR_VERSION' From d9bf449deabc8e900537989b557faf8c08165097 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 9 Nov 2025 08:38:25 +0100 Subject: [PATCH 2/2] Update OpenBSD versions Update OpenBSD package versions to match new OpenBSD release. Signed-off-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 5b789a96ee..667ed0430a 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -16,7 +16,7 @@ env: GO_VERSION_DRAGONFLY: "1.25.1" GO_VERSION_FREEBSD: "125" GO_VERSION_NETBSD: "1.25.1" - GO_VERSION_OPENBSD: "1.24.1" + GO_VERSION_OPENBSD: "1.25.1" GO_VERSION_SOLARIS: "1.25.1" # To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions @@ -90,7 +90,7 @@ jobs: gmake \ go-${GO_VERSION_OPENBSD} \ gsed \ - gtar-${GNU_TAR_VERSION}p0-static \ + gtar-${GNU_TAR_VERSION}p1-static \ python \ wget run: |