Skip to content

Commit 50744f6

Browse files
build(deps): bump vmactions/openbsd-vm from 1.2.0 to 1.2.1 (#3466)
* 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](vmactions/openbsd-vm@1e7cc4f...bed57f7) --- 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] <[email protected]> * Update OpenBSD versions Update OpenBSD package versions to match new OpenBSD release. Signed-off-by: Ben Kochie <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ben Kochie <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie <[email protected]>
1 parent 48282f6 commit 50744f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bsd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
GO_VERSION_DRAGONFLY: "1.25.1"
1717
GO_VERSION_FREEBSD: "125"
1818
GO_VERSION_NETBSD: "1.25.1"
19-
GO_VERSION_OPENBSD: "1.24.1"
19+
GO_VERSION_OPENBSD: "1.25.1"
2020
GO_VERSION_SOLARIS: "1.25.1"
2121

2222
# To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout the repository
7777
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7878
- name: test-e2e
79-
uses: vmactions/openbsd-vm@1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c # v1.2.0
79+
uses: vmactions/openbsd-vm@a254d784d6fad46e22ef73c6ecbb1dc310b04777 # v1.2.3
8080
with:
8181
copyback: false
8282
envs: 'GO_VERSION_OPENBSD GNU_TAR_VERSION'
@@ -90,7 +90,7 @@ jobs:
9090
gmake \
9191
go-${GO_VERSION_OPENBSD} \
9292
gsed \
93-
gtar-${GNU_TAR_VERSION}p0-static \
93+
gtar-${GNU_TAR_VERSION}p1-static \
9494
python \
9595
wget
9696
run: |

0 commit comments

Comments
 (0)