From e0beaca702c37cb5e1ec6e285314ecf3336bd971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:32:16 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.2.3 to 1.2.6 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/v1.2.3...v1.2.6) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7dd04458f4e00..1739b895529ea 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.2.3 + uses: vmactions/solaris-vm@v1.2.6 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"