From 10a42389f63bb7d70897fba29595fd5aee3cd2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:39:27 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.1.5 to 1.1.6 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.1.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 1959674d6e40..dd8ca94b1196 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -275,7 +275,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: test on Solaris - uses: vmactions/solaris-vm@v1.1.5 + uses: vmactions/solaris-vm@v1.1.6 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"