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](46a58bbf03...d0228be27f)

---
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] <support@github.com>

* Fix netbsd setup

Do install and update in a single command.

Signed-off-by: Ben Kochie <superq@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ben Kochie <superq@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
pull/3415/head
dependabot[bot] 3 months ago committed by GitHub
parent 4566369ded
commit 63a219f75c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/bsd.yml

@ -121,14 +121,13 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: test-e2e
uses: vmactions/netbsd-vm@46a58bbf03682b4cb24142b97fa315ae52bed573 # v1.1.8
uses: vmactions/netbsd-vm@d0228be27fbaba19418cc1b332609a895cf16561 # v1.1.9
with:
copyback: false
envs: 'GO_VERSION_NETBSD GNU_TAR_VERSION'
usesh: true
prepare: |
/usr/sbin/pkg_add -u
/usr/sbin/pkg_add \
/usr/sbin/pkg_add -u \
git \
gmake \
grep \

Loading…
Cancel
Save