Skip to content

Bump vmactions/openbsd-vm from 1.4.6 to 1.4.7 - #2296

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/vmactions/openbsd-vm-1.4.7
Open

Bump vmactions/openbsd-vm from 1.4.6 to 1.4.7#2296
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/vmactions/openbsd-vm-1.4.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps vmactions/openbsd-vm from 1.4.6 to 1.4.7.

Release notes

Sourced from vmactions/openbsd-vm's releases.

v1.4.7

sync: tar

A new way to share the workspace, available on every architecture: the tree is streamed in as a ustar archive over the ssh connection the action already opens, and streamed back the same way when the run finishes. Nothing is installed in the guest and no filesystem support is needed on either side, unlike sshfs and nfs. openbsd-builder v2.1.0 declares it for every release, and it was verified on this guest before the declaration went in: 300 files plus a 1 MB binary blob pushed, a file written inside the VM, the whole tree pulled back and compared by content hash.

rsync remains the default.

Under the hood

openbsd-builder v2.1.0 is also the first openbsd build to publish releases.json, the machine-readable index this action bakes its configuration from -- which is why the pre-tar method list survived until now.

The runtime moves to anyvm v0.6.5, ten releases on from the v0.5.5 that v1.4.6 shipped. Two of its fixes reach every job: a failed folder sync is now fatal instead of a warning that left the guest running without the files it was about to use, and the workspace push no longer carries the runner's own harness directories into the guest.

Full Changelog: vmactions/openbsd-vm@v1.4.6...v1.4.7

Commits
  • 86cdc08 Update vmactions/openbsd-vm from base-vm
  • 4d73785 Generated from base-vm
  • e327e92 Sync from base-builder
  • 533018c Update vmactions/openbsd-vm from base-vm
  • 222bcdb Generated from base-vm
  • 73697f6 Update vmactions/openbsd-vm from base-vm
  • e334303 Generated from base-vm
  • a824726 Update version to v1.4.6
  • 8ddee6b Update vmactions/openbsd-vm from base-vm
  • 3c73357 Generated from base-vm
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/vmactions/openbsd-vm/releases)
- [Commits](vmactions/openbsd-vm@v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: vmactions/openbsd-vm
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

0 participants