From ee19ed991c99e166488afc253bc3a8a9319362d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:05:58 +0000 Subject: [PATCH] build(deps): bump vmactions/solaris-vm from 1.1.8 to 1.1.9 Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.1.8 to 1.1.9. - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](https://github.com/vmactions/solaris-vm/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: vmactions/solaris-vm dependency-version: 1.1.9 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 a41b9410e077..5aad071c9d54 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.1.9 if: contains(matrix.target, 'solaris') with: release: "11.4-gcc"