From 1941943ee7eba8c6d97e0cd929e50dcfd329e7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 04:41:22 +0000 Subject: [PATCH] :arrow_up: Bump the vmactions group with 4 updates Bumps the vmactions group with 4 updates: [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm), [vmactions/NetBSD-vm](https://github.com/vmactions/netbsd-vm), [vmactions/OpenBSD-vm](https://github.com/vmactions/openbsd-vm) and [vmactions/omnios-vm](https://github.com/vmactions/omnios-vm). Updates `vmactions/solaris-vm` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/ccfaaeedda3686a8c26cfaee9aadd1c32c30b439...3702ccf20b84c7f7c0a9bb68894aba7623f8301d) Updates `vmactions/NetBSD-vm` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/vmactions/netbsd-vm/releases) - [Commits](https://github.com/vmactions/netbsd-vm/compare/eb3ba840926911ccf17dc9de235335cb27a02ba0...ad31081832386a0ba569aee243e6edf9524f3f80) Updates `vmactions/OpenBSD-vm` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/1df8c6f390b62ccae89df1bba2d2c78d374993d8...6fac4962055fe9952d29930942445739e509fecd) Updates `vmactions/omnios-vm` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/vmactions/omnios-vm/releases) - [Commits](https://github.com/vmactions/omnios-vm/compare/df424df5cba0f61cd5275cac0770fe1331ef2edb...493aabc6b4f4dd6dcb81e748548b5f4bf56dd2b1) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions - dependency-name: vmactions/NetBSD-vm dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions - dependency-name: vmactions/OpenBSD-vm dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions - dependency-name: vmactions/omnios-vm dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions ... Signed-off-by: dependabot[bot] --- .github/workflows/vm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 4b1cdb5fa..0fbe94166 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Test in Solaris id: test - uses: vmactions/solaris-vm@ccfaaeedda3686a8c26cfaee9aadd1c32c30b439 # v1.3.5 + uses: vmactions/solaris-vm@3702ccf20b84c7f7c0a9bb68894aba7623f8301d # v1.3.6 with: envs: "RUST_BACKTRACE" copyback: false @@ -73,7 +73,7 @@ jobs: persist-credentials: false - name: Test in NetBSD id: test - uses: vmactions/NetBSD-vm@eb3ba840926911ccf17dc9de235335cb27a02ba0 # v1.3.8 + uses: vmactions/NetBSD-vm@ad31081832386a0ba569aee243e6edf9524f3f80 # v1.3.9 with: envs: "RUST_BACKTRACE" copyback: false @@ -165,7 +165,7 @@ jobs: persist-credentials: false - name: Test in OpenBSD id: test - uses: vmactions/OpenBSD-vm@1df8c6f390b62ccae89df1bba2d2c78d374993d8 # v1.4.1 + uses: vmactions/OpenBSD-vm@6fac4962055fe9952d29930942445739e509fecd # v1.4.2 with: envs: "RUST_BACKTRACE" copyback: false @@ -219,7 +219,7 @@ jobs: persist-credentials: false - name: Test in OmniOS id: test - uses: vmactions/omnios-vm@df424df5cba0f61cd5275cac0770fe1331ef2edb # v1.3.0 + uses: vmactions/omnios-vm@493aabc6b4f4dd6dcb81e748548b5f4bf56dd2b1 # v1.3.1 with: envs: "RUST_BACKTRACE" copyback: false