From 839af36522d14cbeef1fe1e19791ea6ac2c7ae85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:04:02 +0000 Subject: [PATCH] :arrow_up: Bump the vmactions group with 2 updates Bumps the vmactions group with 2 updates: [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) and [vmactions/OpenBSD-vm](https://github.com/vmactions/openbsd-vm). Updates `vmactions/solaris-vm` from 1.3.4 to 1.3.5 - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/970a329b471871f9a6765c8f166765fa4ddfb446...ccfaaeedda3686a8c26cfaee9aadd1c32c30b439) Updates `vmactions/OpenBSD-vm` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/d7d892b7b9ba97ed2747b0fc201be65037d64c3e...1df8c6f390b62ccae89df1bba2d2c78d374993d8) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions - dependency-name: vmactions/OpenBSD-vm dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vmactions ... Signed-off-by: dependabot[bot] --- .github/workflows/vm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 5bd278af1..4b1cdb5fa 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@970a329b471871f9a6765c8f166765fa4ddfb446 # v1.3.4 + uses: vmactions/solaris-vm@ccfaaeedda3686a8c26cfaee9aadd1c32c30b439 # v1.3.5 with: envs: "RUST_BACKTRACE" copyback: false @@ -165,7 +165,7 @@ jobs: persist-credentials: false - name: Test in OpenBSD id: test - uses: vmactions/OpenBSD-vm@d7d892b7b9ba97ed2747b0fc201be65037d64c3e # v1.4.0 + uses: vmactions/OpenBSD-vm@1df8c6f390b62ccae89df1bba2d2c78d374993d8 # v1.4.1 with: envs: "RUST_BACKTRACE" copyback: false