From c674bb7f24cfedc3609d046b5e23d9a4fc0e511e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:06:02 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.1.8 to 1.2.3 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.1.8 to 1.2.3. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/v1.1.8...v1.2.3) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a41b9410e077..7dd04458f4e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -281,7 +281,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: test on Solaris - uses: vmactions/solaris-vm@v1.1.8 + uses: vmactions/solaris-vm@v1.2.3 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"