Skip to content

Commit 63a219f

Browse files
build(deps): bump vmactions/netbsd-vm from 1.1.8 to 1.1.9 (#3417)
* build(deps): bump vmactions/netbsd-vm from 1.1.8 to 1.1.9 Bumps [vmactions/netbsd-vm](https://github.com/vmactions/netbsd-vm) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](vmactions/netbsd-vm@46a58bb...d0228be) --- updated-dependencies: - dependency-name: vmactions/netbsd-vm dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix netbsd setup Do install and update in a single command. 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 4566369 commit 63a219f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bsd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,13 @@ jobs:
121121
- name: Checkout the repository
122122
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123123
- name: test-e2e
124-
uses: vmactions/netbsd-vm@46a58bbf03682b4cb24142b97fa315ae52bed573 # v1.1.8
124+
uses: vmactions/netbsd-vm@d0228be27fbaba19418cc1b332609a895cf16561 # v1.1.9
125125
with:
126126
copyback: false
127127
envs: 'GO_VERSION_NETBSD GNU_TAR_VERSION'
128128
usesh: true
129129
prepare: |
130-
/usr/sbin/pkg_add -u
131-
/usr/sbin/pkg_add \
130+
/usr/sbin/pkg_add -u \
132131
git \
133132
gmake \
134133
grep \

0 commit comments

Comments
 (0)