From 82974affda4874167250d75bc4a873fd598eaef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:19:58 +0000 Subject: [PATCH] ci: Bump vmactions/openbsd-vm from 1.3.8 to 1.4.0 in /.github/workflows Bumps [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) from 1.3.8 to 1.4.0. - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/9004791062e748d95cc87e499e77485f91888ce1...d7d892b7b9ba97ed2747b0fc201be65037d64c3e) --- updated-dependencies: - dependency-name: vmactions/openbsd-vm dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/meson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 365d2a1b..3ec7d05d 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -838,7 +838,7 @@ jobs: - name: Install Meson and Ninja and Build (VMActions OpenBSD) if: matrix.config.vm_actions == true && startsWith(matrix.config.name, 'VMActions OpenBSD') - uses: vmactions/openbsd-vm@9004791062e748d95cc87e499e77485f91888ce1 # v1.3.8 + uses: vmactions/openbsd-vm@d7d892b7b9ba97ed2747b0fc201be65037d64c3e # v1.4.0 with: envs: 'DESTDIR' release: ${{ matrix.config.vm_release }}