From b696bfa7b19eff000bf5dbd2f71fb76f47cae272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:20:15 +0000 Subject: [PATCH] ci: Bump vmactions/omnios-vm from 1.2.9 to 1.3.0 in /.github/workflows Bumps [vmactions/omnios-vm](https://github.com/vmactions/omnios-vm) from 1.2.9 to 1.3.0. - [Release notes](https://github.com/vmactions/omnios-vm/releases) - [Commits](https://github.com/vmactions/omnios-vm/compare/f3881ad366d773d8837ed6ac14563aeb34f6c7d3...df424df5cba0f61cd5275cac0770fe1331ef2edb) --- updated-dependencies: - dependency-name: vmactions/omnios-vm dependency-version: 1.3.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..3741bd1d 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -737,7 +737,7 @@ jobs: - name: Install Meson and Ninja and Build (VMActions OmniOS) if: matrix.config.vm_actions == true && startsWith(matrix.config.name, 'VMActions OmniOS') - uses: vmactions/omnios-vm@f3881ad366d773d8837ed6ac14563aeb34f6c7d3 # v1.2.9 + uses: vmactions/omnios-vm@df424df5cba0f61cd5275cac0770fe1331ef2edb # v1.3.0 with: envs: 'DESTDIR' release: ${{ matrix.config.vm_release }}